How Do I Get My
How do I get my centered on my screen. I thought it would work with margin: 0 auto; but it’s not working.
Solution 1:
Add this code:
.ul_center{
text-align: center;
}
So all you need to do is replace the margin with text-align and you should be good.
Post a Comment for "How Do I Get My