How to move a text to right or to center or to left | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

4th Sep 2019, 11:21 PM
NourEddin Deif
NourEddin Deif - avatar
2 Answers
+ 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
5th Sep 2019, 1:10 AM
Eze
+ 9
Text-align:left;
9th Sep 2019, 3:58 PM
MCGAmedCoder gamerArtist
MCGAmedCoder gamerArtist - avatar