码迷,mamicode.com
首页 > 其他好文 > 详细

垂直居中

时间:2018-10-17 16:45:05      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:nbsp   idt   lin   round   ica   display   pre   type   isp   

         <style type="text/css">
            .box {
                background-color: blue;
            }
            .box1 {
                background-color: red;
                display: inline-block;
                vertical-align: middle;
                width: 200px;
                height: 200px;
            }        
            .box2 {
                background-color: yellow;
                display: inline-block;
                vertical-align: middle;
                width: 100px;
                height: 100px;
            }        
        </style>
        <div class="box">
            <div class="box1"></div>
            <div class="box2"></div>
        </div>

 

垂直居中

标签:nbsp   idt   lin   round   ica   display   pre   type   isp   

原文地址:https://www.cnblogs.com/150536FBB/p/9804629.html

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