div上下左右居中

链接
.father {   width: 300px; height:150px;   position: relative; } .son {   position: absolute;   top: 0; right: 0; bottom: 0; left: 0; }
posted @ 2019-04-05 16:27  酷酷的城池  阅读(173)  评论(0)    收藏  举报