📜  如何在 css 代码示例中将文本输入居中

📅  最后修改于: 2022-03-11 14:47:33.930000             🧑  作者: Mango

代码示例1
input {
text-align: center;
}