gpt4 book ai didi

css - 为什么背景色为 : '#ff0000' ; is an "invalid property value"?

转载 作者:太空宇宙 更新时间:2023-11-03 23:08:28 26 4
gpt4 key购买 nike

我不明白为什么 background-color: '#ff0000';是一个“无效的属性值”。

HTML

<div id="aside">
<div id="buttons-panel" class="control-panel">
...
</div>
<div id="client-panel" class="control-panel">
...
</div>
</div>

强文本CSS

#aside {

background-color: '#ff0000';
width: 25%;
height: 75%;
position: absolute;
top: 10px;
right: 20px;
z-index: 10;
}

Google 工具

enter image description here

除了背景颜色,一切看起来都很好,我看不出有什么问题。谢谢

最佳答案

十六进制值不需要是字符串:

#aside {
background-color: #ff0000;
...
}

关于css - 为什么背景色为 : '#ff0000' ; is an "invalid property value"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33822893/

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