codecamp

CSS 使用rgb属性设定颜色

<style>
body {
background-color: rgb(0, 0, 0);
}
</style>
CSS 十六进制RGB表达式缩写
CSS 使用rgb属性设定白色
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定