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 初八祝福语简短语