gpt4 book ai didi

HTML 图像和 div 调整大小

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

.d1 {
background-color: red;
text-align: center;
}

<div class="d1">
<img src="http://www.aliceseelywholesale.net/wp-content/uploads/ADB101-DAISY-CUTOUT-NARROW-LINK-BRACELET-300x100.jpg">
</div>

我使用上面的简单代码在 div 中间显示一个 image。代码运行良好,但是当我将窗口大小时调整到图像宽度以下时,边框/div 没有覆盖图像...有没有办法解决这个问题?泰

enter image description here

最佳答案

.d1 {
background-color: red;
}
.img{
display: block;
width: 100%;
margin: 0px auto;
}

将图像视为 block 内容而不是内联元素。

希望对您有所帮助。

关于HTML 图像和 div 调整大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45785374/

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