How to horizontally center a DIV

后端 未结 3 1465
余生分开走
余生分开走 2021-01-25 06:09

How can I horizontally center the DIV with the textbox and button on this URL: http://tinyurl.com/d4lpyh5?

Regards, Kevin

3条回答
  •  爱一瞬间的悲伤
    2021-01-25 06:29

    On line 10, you should add a width to the div: Change

    to

    Edit: If you do it this way, you'll have to change the width of the input elements to a fixed pixel value instead of width: 30%;

提交回复
热议问题