Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: the universal selector

  1. This should have a big left margin.

Red

  1. HTML * LI.x {color: red}
  2. DIV * {color: red}. (P inside DIV)

  3. This tests that the specificity of * is 0.

  4. *#id {color: red}

Not red

  1. OL * LI.y {color: red} (LI)
  2. DIV * {color: red}. (DIV)