gpt4 book ai didi

html - 当我为一张图片设置边距顶部时,为什么第二张图片会随之移动?

转载 作者:行者123 更新时间:2023-11-28 02:34:24 27 4
gpt4 key购买 nike

当我为一张图片设置边距顶部时,为什么第二张图片会随之移动?

<img src="bgdesert.jpg"  style="margin-top: 18px;">
<img src="bgdesert.jpg" >

最佳答案

这是由于垂直对齐,您可以将其更改为top以避免这种影响:

img {
vertical-align:top;
}
<img src="https://lorempixel.com/200/200/"  style="margin-top: 18px;">
<img src="https://lorempixel.com/200/200/" >

关于html - 当我为一张图片设置边距顶部时,为什么第二张图片会随之移动?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47507100/

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