0
Anyone help with text alignment in CSS?
I cant get my text to center using the text-align: center; its in h3 and only moves about 2 inches in any direction when I change the position
3 Answers
0
That's possible, maybe change it from an h3 to a p class?
0
Try with this in the CSS part of your code. Otherwise please add the code with your question.
h3{
text-align: center;
}
0
I got it, the text was in the div class so it was included in a dropdown thanks for the help