div中文字居中如何让一个div中的文字水平和垂直居中?设置如下:给定该div的长宽(或者二者只给出其一也可)
.box{
height: 100px;
width: 30%;
text-align: center;
2020-01-28