标签: html css forms css3 webforms
我正在寻找一种方法居中光标和输入到表单字段的文本,就像WIRED主页上的搜索字段一样:https://www.wired.com/
Wired's search form
感谢您的帮助
答案 0 :(得分:0)
将text-align:center;添加到输入' CSS规则。 这与在网页上居中文本的工作方式相同。
text-align:center;
input[type="text"] { text-align:center; }