gpt4 book ai didi

html - 响应图像没有按应有的方式响应

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

我创建了一个网站,其标题中包含背景图片。我将图像放在 CSS 样式表中。图像的宽度响应很好,但高度却没有。您可以在此处查看该站点:www.devcore.tech

这是我的 HTML:

<div class="introduction">
<h1>Tecnología al alcance de todos.</h1>
<form action="nosotros.html">
<input class="introduction-button" type="submit"
value="Conócenos" />
</form>
</div>

这是我的 CSS:

.introduction {
width: 100%;
margin: 0 auto;
margin-top: 0px;
background-color: #102a42;
background-image: linear-gradient(0deg, #102a42 0%, #171c31
100%);
background-image: url(../images/geometry.png); /* Image size 1280 x 1024px*/
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
text-align: center;
}

谢谢!

最佳答案

您将 .introduction-button 上的 padding: 20px 更改为 padding: 2% 是什么?应该大致根据您的需要进行扩展。

关于html - 响应图像没有按应有的方式响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49263883/

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