directory

 

CSS Media Types

The media type

@ media rules

Other media types


CSS Media Types

Media types allow you to specify how files will be rendered in different media. The file can be displayed in different ways on screen, on paper, or in an auditory browser, etc.

The media type

Some CSS properties are only designed for certain media. For example, the voice-family property is intended for auditory user agents. Other properties are available for different media types. For example, the font-size property can be used for screen and print media, but with different values. Screens, unlike documents on paper, usually require a larger font, and sans-Serif fonts are better for screen reading, while serif fonts are easier to read on paper.

<