我试过一切仍然是我的背景颜色不起作用
body {
background-image: url('Css/Swirl.png');
color: #000305;
font-size: 87.5% /* Base font size is 14px */
font-family: Arial, 'Lucida Sans Unicode';
line-height: 1.5;
text-align: left;
}
答案 0 :(得分:0)
使用background-color: #000305;
如果您想使用全屏背景图像
background:url('images/background.jpg') center center no-repeat;
background-size:cover;