gpt4 book ai didi

css:如果分辨率低于 1024 x 786,则在网站主背景图像的底部和右侧获取空白

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

我正在为工作开发一个新网站,我对 CSS 很陌生。我创建了以下站点:

http://hewdenportal.co.uk/

问题是,当用户将他们的窗口调整到 1024 x 768 以下时,我在主背景图像的底部和右侧得到一个空白区域,我不想在那里,因为背景应该是设置为缩放 100% 宽度和高度。

谁能告诉我哪里出错了?

我的背景图片 CSS:

header .layer {
width: 100%;
height: 100%;
background: rgba(24, 24, 24, 0.8);
}

最佳答案

更改 <header style="background-image: url('assets/images/header.png');<header id="background">

并添加以下属性:

#background {
width: 100%;
height: 100%;
background-image: url('http://www.hewdenportal.co.uk/assets/images/header.png');
background-size: cover;
position: fixed;
}

关于css:如果分辨率低于 1024 x 786,则在网站主背景图像的底部和右侧获取空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30830613/

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