CSS :root 选择器
定义和用法
The :root
选择器匹配文档的根元素。
在 HTML 中,根元素始终是 html 元素。
版本 | CSS3 |
---|
浏览器支持
表格中的数字指定了完全支持该选择器的第一个浏览器版本。
选择器 | |||||
---|---|---|---|---|---|
:root | 4.0 | 9.0 | 3.5 | 3.2 | 9.6 |
CSS 语法
The :root
选择器匹配文档的根元素。
在 HTML 中,根元素始终是 html 元素。
版本 | CSS3 |
---|
表格中的数字指定了完全支持该选择器的第一个浏览器版本。
选择器 | |||||
---|---|---|---|---|---|
:root | 4.0 | 9.0 | 3.5 | 3.2 | 9.6 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]