0
Please how can I make an email and password login section to be at the center
The email (username) and password are automatically inclined to the left but I wish to make it appear at the center.
3 Answers
0
Set the margin:auto; to the container tag like form/div in which they are
- 1
Use in (css)
Body{ text-align:center;}
Or in html
<P align="center">your code</p>