The @media Rule

Resize the browser window. When the width of this document is 450 pixels or less, the background-color will change.

The @media rule exists in CSS3 and will only work on later model browsers.
The syntax is @media
This will change the background from light green at full size, to pink on mobile devices.