CSS中的变量
CSS中的变量用于将自定义属性值添加到您的网页。设置属性的自定义名称并为其设置值。
您可以尝试运行以下代码以在CSS中实现变量以更改背景和文本颜色
示例
<!DOCTYPE html>
<html>
<head>
<style>
:root {
--my-bg-color: blue;
--my-color: white;
}
#demo {
background-color: var(--my-bg-color);
color: var(--my-color);
}
</style>
</head>
<body>
<h1>Heading One</h1>
<div id = "demo">This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text.
</div>
<br>
</body>
</html>热门推荐
5 工作中祝福语简短
10 在爸妈生日祝福语简短
11 群的祝福语简短励志
12 升学庆祝福语简短霸气
13 奶奶生日祝福语 简短独特
14 春节祝福语精辟简短的
15 新春短信祝福语简短情话
16 餐饮聚餐祝福语简短精辟
17 送同事离职祝福语简短
18 与女儿分别祝福语简短