HTML CSS Form - How to center the form on the page?

前端 未结 4 1001
时光取名叫无心
时光取名叫无心 2021-01-27 18:05

I made a form and I am trying to center it on page but it doesn\'t work. I tried applying these 2 CSS to it but it didn\'t work.

form{margin: 0 auto;}

form{marg         


        
4条回答
  •  旧时难觅i
    2021-01-27 19:01

    You have to specify the width of the container as elements with display:block property automatically size to the maximum width of their container.

提交回复
热议问题