我熟悉在 CSS 中用作通配符的星号。
我的问题是: 对于页面的绝对所有(我的意思是 html、body 以及每一个后代、直接或其他)元素是否有一个 CSS 选择器?
我努力了:
*
{
color: green; /*Used this just to test and see if it worked, but didn't*/
}
这在 CSS 中可能吗?
请不要问我为什么要这样做,哈哈:)
我熟悉在 CSS 中用作通配符的星号。
我的问题是: 对于页面的绝对所有(我的意思是 html、body 以及每一个后代、直接或其他)元素是否有一个 CSS 选择器?
我努力了:
*
{
color: green; /*Used this just to test and see if it worked, but didn't*/
}
这在 CSS 中可能吗?
请不要问我为什么要这样做,哈哈:)