+ 1
How to move a text to right or to center or to left
how to move it Text or object to the top , bottom ,right,left,and center in css
2 Réponses
+ 3
From HTML you can use <p align=“position”> (horizontal)
in CSS you can use text-align: position; (horizontal).
and Vertically, for examole, you can use in his father:
display: flex; (check the code).
https://code.sololearn.com/W1uc5olBJ2lE/?ref=app
+ 9
Text-align:left;