How do I position text | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I position text

Iā€™m wondering how do I position text in the middle of the screen?

1st Dec 2018, 4:44 AM
Roooft
Roooft - avatar
5 Answers
+ 9
By using CSS . text-align : center ;
1st Dec 2018, 7:07 AM
Bono
Bono - avatar
+ 2
Might want to consider taking the HTML and CSS courses here to provide a foundation for this: https://css-tricks.com/centering-css-complete-guide/
1st Dec 2018, 12:29 PM
Janningā­
Janningā­ - avatar
+ 1
In the component You can use margin:auto Or in the container display: flex; justify-content: center; align-items: center
1st Dec 2018, 5:01 AM
Taste
Taste - avatar
0
What language ? Html/css ? Java swing ?
1st Dec 2018, 4:52 AM
Taste
Taste - avatar
0
im just using web
1st Dec 2018, 4:57 AM
Roooft
Roooft - avatar