垂直居中

Posted 150536fbb

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了垂直居中相关的知识,希望对你有一定的参考价值。

         <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>

 

以上是关于垂直居中的主要内容,如果未能解决你的问题,请参考以下文章

CSS代码片段

前端面试CSS系列——DIV垂直水平居中

android 代码中设置控件的垂直居中和两个控件之间的距离。

android 代码中设置控件的垂直居中和两个控件之间的距离。

CSS label中的文字垂直居中,有简单代码。

怎么使用CSS让图片水平垂直都居中?