Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: @media

Should be red

  1. @media all { .atmedia {color: red} }

  2. @media parsnip
    ,
              gingerbeer ,    screen {
    .atmediathree {color: red}
    }

Should not be red

  1. @media print { .atmediatwo {color: red} }

  2. @import inside @media

  3. If this is red, @media is destroyed @media where { .dummy {color: red} .destroyed {color: red} }