0
How do I position text
Iâm wondering how do I position text in the middle of the screen?
5 Answers
+ 9
By using CSS .
text-align : center ;
+ 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/
+ 1
In the component You can use
margin:auto
Or in the container
display: flex;
justify-content: center;
align-items: center
0
What language ? Html/css ? Java swing ?
0
im just using web