margin-left: auto and margin-right: auto not working on input

后端 未结 7 998
闹比i
闹比i 2021-02-01 01:25

I have an input in a form that I am trying to align in the center. Usually margin-left:auto and margin-right: auto fail to respond when display:

7条回答
  •  一个人的身影
    2021-02-01 02:03

    In addiction to everything, you may check if your body have the parameter position. It may be set to fixed.

提交回复
热议问题