gpt4 book ai didi

html - 如何使 img 缩放并居中?

转载 作者:行者123 更新时间:2023-11-28 09:25:06 25 4
gpt4 key购买 nike

我在缩放和居中图像时遇到问题。我想使图像(带有文本设计和代码)类似于:Example我在网上查了这个,我做了很多例子,但我做不到我最后一个版本是my version当我更改浏览器 View 时,最小图像不像在 saaleedesign.com 上那样居中如何在浏览器调整大小后使 div 中的 img 居中?

最佳答案

所以基本上你应该将背景位置设置为居中。

html:

<div class="container">Text</div>

CSS:

#container {
background-image: url("img.jpg");
height: [some-height]px;
width: 100%;
background-position: center center;
background-size: cover;
}

关于html - 如何使 img 缩放并居中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25914288/

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