+ 1
Center the box for me
Hi , I use margin for centering a div box in my web page , but I hate that , what is the best way to center a box (div) inside like body element ? https://code.sololearn.com/W612FdONMhkS/?ref=app https://code.sololearn.com/W612FdONMhkS/?ref=app
2 Answers
+ 6
margin : 0 auto ;
+ 1
Naryani Priya[Deactivated] this was so helpful , thank u đ .