【问题标题】:background is not working properly背景不能正常工作
【发布时间】:2015-06-10 04:48:32
【问题描述】:

我什么都试过了,我的背景色还是不行

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;
}

【问题讨论】:

  • 你是说图片吗??因为您的 css 中不存在“background-color”属性。检查图像路径,您可能必须将其指定为“../css/swirl.png”,具体取决于您的文件夹结构..
  • 感谢您的帮助,但我已经修好了

标签: css colors background


【解决方案1】:

使用background-color: #000305;

如果你想要全屏背景图片使用

  background:url('images/background.jpg') center center no-repeat;
    background-size:cover;

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-10-29
    • 1970-01-01
    • 1970-01-01
    • 2018-01-15
    • 2017-11-23
    • 2020-10-14
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多