The media command
The @media command is intended to import
a CSS file into the current style sheet. The
following media types can be specified in
for this command: all (all types,
used by default), print (print devices),
screen (screen monitor), speech
(speech synthesizers).
Syntax
media media type {
}
See also
-
the
@importcommand
that imports a CSS file -
the
@supportscommand
that sets a style for elements whose capabilities are supported by the browser -
the
!importantflag
that sets a style precedence