gpt4 book ai didi

css - 一次背景颜色和背景

转载 作者:太空狗 更新时间:2023-10-29 12:38:40 24 4
gpt4 key购买 nike

是否可以一次性使用 background 和 background-color 用于 body?

body {
background-color: #AAA;
background: url(../images/foto.jpg) no-repeat bottom right;
}

背景颜色只有在我删除背景时才有效。

最佳答案

是的,这是一个例子:

body {
background: #aaa
url(../images/foto.jpg) no-repeat
bottom right;
}

关于css - 一次背景颜色和背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4177164/

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