How to align an input tag to the center without specifying the width?

后端 未结 7 1519
不思量自难忘°
不思量自难忘° 2020-12-24 11:30

I have these HTML and CSS:

7条回答
  •  一向
    一向 (楼主)
    2020-12-24 11:40

    To have text-align:center work you need to add that style to the #siteInfo div or wrap the input in a paragraph and add text-align:center to the paragraph.

提交回复
热议问题