Please how can I make an email and password login section to be at the center | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

15th Sep 2020, 11:44 AM
Ifeanyi okpara
2 Answers
0
Set the margin:auto; to the container tag like form/div in which they are
15th Sep 2020, 4:00 PM
Divya Mohan
Divya Mohan - avatar
- 1
Use in (css) Body{ text-align:center;} Or in html <P align="center">your code</p>
15th Sep 2020, 12:11 PM
🍎Mi_ra_go
🍎Mi_ra_go - avatar