[CSS]居中

2021-01-24 23:14

阅读:540

标签: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


评论


亲,登录后才可以留言!