!DOCTYPE htmlhtmlhead titleFlexbox Exampletitle style container width 300px; height 150px; border 1px solid #000; display flex; justify-content space-between; align-items center;
可以在样式中添加以下代码:
.container {
margin-top: 0;
}
.box {
margin-top: 0;
}
这将把容器和盒子的上边距离设置为0。
原文地址: http://www.cveoy.top/t/topic/KVM 著作权归作者所有。请勿转载和采集!