【发布时间】:2020-05-13 21:42:27
【问题描述】:
How would I go about moving the text so that it's in the center
这就是我的样式表中的内容
.box {
background-color: red;
color: white;
text-align: center;
border: 1px solid white;
font-family: Arial;
height: 30px;
}
【问题讨论】: