gpt4 book ai didi

html - :root imported CSS not working in safari and IE 11

转载 作者:太空狗 更新时间:2023-10-29 16:44:34 25 4
gpt4 key购买 nike

:root 选择器在某些浏览器中不起作用。

代码:

:root {
--blue: #4d6fd3;
--yellow: #d8c812;
}
h1{
color: var(--blue);
}
h2{
color: var(--yellow);
}
<h1>This is a heading with blue color</h1>
<h2>This is a heading with yellow color</h2>

这些导入的 CSS 不适用于 Safari 5.1.7IE11

最佳答案

这个 css3 选择器在所有 edge 浏览器中都可以正常工作,所以有一些小问题,请看我的图片,希望对您有所帮助。

enter image description here

关于html - :root imported CSS not working in safari and IE 11,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46231941/

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