Is there a CSS selector for ALL elements in a page?

Mailyfesux

New Member
I am familiar with the asterisk used as a wild card in CSS.My question is: Is there a CSS selector for absolutely ALL (I mean html, body, along with every single descendant, direct or otherwise) elements of a page?I have tried:\[code\]*{ color: green; /*Used this just to test and see if it worked, but didn't*/}\[/code\]Is this possible in CSS?Please don't ask why I want to do this, LOL :)
 
Back
Top