在CSS中,*:link和:link之间有什么区别吗?

时间:2020-05-26 20:52:20

标签: css user-interface firefox browser css-selectors

在CSS中,两者之间有什么区别

:link { color: green !important; }
:visited { color: blue !important; }

*:link { color: green !important; }
*:visited { color: blue !important; }

如果有关系,则网络浏览器为Firefox。

0 个答案:

没有答案