码迷,mamicode.com
首页 > Web开发 > 详细

css垂直居中技巧总结

时间:2018-08-24 13:33:12      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:text   css   enter   ext   auto   拖拉   code   isp   lin   

1、Line-height + inline-block

<div class="box box2">
 <div class="content">
   立马来看实际完成的
   效果吧!別忘了拖拉一下窗口看看 RWD 效果喔!  </div>
</div>

h2{
 text-align: center;
}
.box{
 width: 500px;
 border: 1px solid #f00;
 margin: auto;
 line-height: 200px;
 text-align: center;
}
.box2 .content{
 display: inline-block;
 height: auto;
 line-height:1;
 width: 400px;
 background: #ccc;
}

css垂直居中技巧总结

标签:text   css   enter   ext   auto   拖拉   code   isp   lin   

原文地址:https://www.cnblogs.com/zhangshengwang/p/9528824.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!