Pls how can I position a paragraph in CSS? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

Pls how can I position a paragraph in CSS?

21st Nov 2016, 9:31 PM
Odii Chinedum
Odii Chinedum - avatar
2 Respuestas
+ 1
there are align align-items text-align properties in CSS you can use that to left right justified etc
22nd Nov 2016, 4:32 AM
Sandeep Chatterjee
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!
21st Nov 2016, 10:25 PM
Yipten
Yipten - avatar