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

[CSS]居中

时间:2020-07-05 17:17:12      阅读:83      评论:0      收藏:0      [点我收藏+]

标签:display   class   eee   justify   enter   flex   pad   height   content   

        html,
        body {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }
        
        body {
            background-color: #eeeeee;
            display: flex;
            justify-content: center;
            align-items: center;
        }

 

[CSS]居中

标签:display   class   eee   justify   enter   flex   pad   height   content   

原文地址:https://www.cnblogs.com/Skybiubiu/p/13246580.html

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