gpt4 book ai didi

css - 如何摆脱溢出的 div 行之间的垂直边距?

转载 作者:太空宇宙 更新时间:2023-11-04 00:07:25 27 4
gpt4 key购买 nike

我有一长行内联阻塞的 div,它们会溢出到下一行。即使我将边距设置为 0,我也会得到行与行之间的边距:http://jsfiddle.net/szUPZ/ .

enter image description here

* {
padding: 0;
margin: 0;
}
.box {
width: 100px;
height: 100px;
border: 1px solid black;
display:inline-block;
}

#container {
width: 300px;
height: 500px;
border: 2px solid red;
overflow: auto;
}

如何强制溢出行的边距为 0?

最佳答案

使用垂直对齐顶部,它适用于行内/行内 block 元素。

.box {vertical-align:top}

关于css - 如何摆脱溢出的 div 行之间的垂直边距?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14403382/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com