gpt4 book ai didi

html 和 css 背景 url 图像压缩

转载 作者:太空宇宙 更新时间:2023-11-03 22:52:10 25 4
gpt4 key购买 nike

我创建了一个 100% 填充屏幕的网页图像。
但是,问题发生了。
我想在网页上填充图片,如下图:

background.png

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#section
{
margin-top:240px;
margin-left:140px;
padding:10px;
text-align:center;
}
#top-slogan
{
width:100%;
height:953px;
background: url('background.png') center;
}
#top-header
{
z-index:100;
position:absolute;
width:100%;
height:133px;
}
</style>
</head>
<body>
<div id="top-slogan" class="wrapper">
<div id="top-header" class="section">
</div>
</div>
</body>
</html>

结果出来了,有一些问题。
没有被紧密填充,图像是重复的。
我想要一个解决方案。

我想删除“这部分”:

image

最佳答案

You can add this style 
#top-slogan{
background-repeat: no-repeat;
background-size : cover;
background position : center center;
}

关于html 和 css 背景 url 图像压缩,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39631254/

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