@media (CSS2)

The @media CSS conditional group at-rule associates a set of nested statements, in a CSS block, that is delimited by curly braces, with a condition defined by a media query.

Syntax

@media mediatype { ruleset }

Examples having uses of: '@media'