gpt4 book ai didi

css - 语义背景图像

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

我正在尝试使用语义创建一个带有图像的标题。

这是我的html

<div class="ui inverted vertical segment landpage-image">
<div class="ui page grid">
<div class="column">
<h1 class="ui title-header"></h1>
<div class="centered grid slogan">
<div class="column">
<p>Some content over here</p>
</div>
</div>
</div>
</div>
</div>

用下面的CSS

.landpage-image{
height: 55%;
}

.landpage-image{
background-image: url(/images/landpage.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

但我得到的结果是: enter image description here

看起来很像素化。

最佳答案

将背景设置为覆盖会拉伸(stretch)图像。如果图像是 jpeg(或任何其他光栅图像)并且没有您的容器那么宽或高,它会拉伸(stretch)从而导致像素化。

关于css - 语义背景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30767969/

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