+ 4
Pls how can I position a paragraph in CSS?
2 Respostas
+ 1
there are align align-items text-align properties in CSS you can use that to left right justified etc
0
Use the tag <center> around the text you want centered
or...
use the attribute align="" in the <p> tags. In the quotes there can be left, right, or center.
I hope this helped!