TXXT

新手坚持写代码,最后一定会成为老手

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
<style>
.container{width:400px; height:400px; position:relative;}
.center{position:absolute; left:0; top:0; bottom:0; right:0; margin:auto; 
         width:50px; height:50px;  //宽高可以不写
}
</style>
<div class="container">
  <div class="center"></center>
</div>

父元素高度已知,子元素宽高未知,  水平垂直居中很好用

posted on 2016-08-13 08:15  TXXT  阅读(399)  评论(0编辑  收藏  举报