Please how can centralize my html form using css or html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please how can centralize my html form using css or html?

When i used float attribute is not working for me.

4th Jun 2019, 2:14 PM
Hassan Sunusi Kani
Hassan Sunusi Kani - avatar
3 Answers
+ 1
Do you mean how to center your form
4th Jun 2019, 3:50 PM
Trinity
0
You need to put position absolute;
4th Jun 2019, 2:38 PM
Shark
Shark - avatar
0
form{ position:relative; margin:auto; }
4th Jun 2019, 9:35 PM
Logomonic Learning
Logomonic Learning - avatar