<div style=" border:1px solid red; height:40px; padding-top:10px;">
<div style="width:100px; height:30px; background:#000; margin-left:auto; margin-right:auto;"></div>
</div>
本文介绍了一种使用纯 CSS 实现的居中盒子模型布局技巧,通过具体的代码示例展示了如何创建固定高度和宽度的黑色背景块并使其在页面上居中显示。
<div style=" border:1px solid red; height:40px; padding-top:10px;">
<div style="width:100px; height:30px; background:#000; margin-left:auto; margin-right:auto;"></div>
</div>

被折叠的 条评论
为什么被折叠?