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

块元素 居中

时间:2019-10-14 14:45:47      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:元素   display   www   color   tps   idt   you   position   element   

element.style {
    width: 128px;
    height: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -64px;
}

 未知子元素宽高

//父元素
element.style {
    display: flex;
}
//子元素
element.style {
    margin: auto;
}

 

出处 :https://www.cnblogs.com/Youngly/p/6796922.html

块元素 居中

标签:元素   display   www   color   tps   idt   you   position   element   

原文地址:https://www.cnblogs.com/enych/p/11671168.html

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