热门关键字:
jquery > jquery教程 > jquery教程 > 利用flex布局,配合margin:auto使用,实现水平垂直居中。

利用flex布局,配合margin:auto使用,实现水平垂直居中。

455
作者:管理员
发布时间:2020/8/8 22:45:38
评论数:0
转载请自觉注明原文:http://www.jq-school.com/Show.aspx?id=2341

父元素使用flex布局,子元素使用margin: auto

<div class="parent-frame" style="display: flex;">
 
 <div style=" margin: auto;">父元素使用flex布局,子元素配合margin:auto使用</div>
 
</div>

父元素使用flex布局,子元素配合margin:auto使用






如果您觉得本文的内容对您的学习有所帮助:支付鼓励



关键字:DIV
友荐云推荐