media-queries

Test CSS media queries.

Media Types

  • all
  • print
  • screen
  • speach (not included -> not visual)

Media Features

  • any-hover
  • any-pointer
  • aspect-ratio
  • color
  • color-gamut
  • color-index
  • display-mode
  • forced-colors
  • grid
  • height
  • hover
  • inverted-colors
  • monochrome
  • orientation
  • overflow-block
  • overflow-inline
  • pointer
  • prefers-color-scheme
  • prefers-contrast (not included -> no support, experimental)
  • prefers-reduced-motion
  • prefers-reduced-transparency (not included -> no support, experimental)
  • resolution
  • scan (not included -> no support)
  • scripting (not included -> no support)
  • update (not included -> no support)
  • width

Logical Operators

  • and
  • not
  • only
  • ,

Sources