gpt4 book ai didi

html - 背景灰色

转载 作者:太空宇宙 更新时间:2023-11-04 04:18:49 24 4
gpt4 key购买 nike

在某些浏览器中,我的网站 http://haptotherapiemris.nl , 背景出现灰色 block 。

这是我的后台CSS代码:

.main {
margin: 0 auto;
background: transparent url(http://dansolution.nl/klanten/background/bg.jpg) repeat-y center top;
width: 1000px;
min-height: 1000px;
text-align: center;
background-repeat: no-repeat;
background-attachment: fixed;
}

最佳答案

检查你的体型:

body {
background-color: #595959; /* here is the color */
margin: 0 auto;
padding: 0;
width: 100%;
color: #595959;
font: normal 13px/1.8em Tahoma, Arial, Helvetica, sans-serif;
text-align: center;
letter-spacing: 0.06em;
}

style.css 第 2 行中,您需要从 body style 中删除 background-color

关于html - 背景灰色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19475668/

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