文本居中对齐

.a{
width: 100px;
height: 300px;
background-color: #286090;
}
.a div{
width: 50px;
height: 50px;
background-color: aqua;
text-align: center;
}
<div class="a">
<div>文本居中对齐</div>
</div>
posted @ 2017-06-22 21:21  全冬  阅读(173)  评论(0编辑  收藏  举报