Skip to content

Instantly share code, notes, and snippets.

@sebastianbenz
Created March 31, 2020 14:37
Show Gist options
  • Save sebastianbenz/446b1ec0348e0264bb8b5fb917b218ed to your computer and use it in GitHub Desktop.
Save sebastianbenz/446b1ec0348e0264bb8b5fb917b218ed to your computer and use it in GitHub Desktop.
all and (width: 117px)
all and (min-width: 117px)
all and (min-width: 116px)
all and (max-width: 117px)
all and (max-width: 118px)
all and (min-width: 6em)
all and (max-width: 9em)
all and (height: 76px)
all and (min-height: 76px)
all and (min-height: 75px)
all and (max-height: 76px)
all and (max-height: 77px)
all and (min-height: 3em)
all and (max-height: 6em)
all and (device-width: 2560px)
all and (min-device-width: 2560px)
all and (min-device-width: 2559px)
all and (max-device-width: 2560px)
all and (max-device-width: 2561px)
all and (min-device-width: 159em)
all and (max-device-width: 161em)
all and (device-height: 1440px)
all and (min-device-height: 1440px)
all and (min-device-height: 1439px)
all and (max-device-height: 1440px)
all and (max-device-height: 1441px)
all and (min-device-height: 89em)
all and (max-device-height: 91em)
all and (height)
all and (device-height)
all and (device-width)
all and (width)
all and (height)
all and (width)
(orientation)
(orientation: landscape)
not all and (orientation: portrait)
(orientation)
not all and (orientation: landscape)
(orientation: portrait)
(aspect-ratio: 59/80)
(aspect-ratio: 177/240)
(aspect-ratio: 413/560)
(aspect-ratio: 5900/8000)
(aspect-ratio)
(min-aspect-ratio: 59/80)
(min-aspect-ratio: 58/80)
(min-aspect-ratio: 59/81)
(max-aspect-ratio: 59/80)
(max-aspect-ratio: 60/80)
(max-aspect-ratio: 59/79)
(device-aspect-ratio: 2560/1440)
not all and (device-aspect-ratio: 2561/1440)
not all and (device-aspect-ratio: 2560/1441)
(device-aspect-ratio)
(min-device-aspect-ratio: 2560/1440)
not all and (min-device-aspect-ratio: 2560/1439)
all and (min-device-aspect-ratio: 2560/1441)
all and (max-device-aspect-ratio: 2560/1440)
(max-device-aspect-ratio: 2561/1440)
(max-device-aspect-ratio: 2560/1439)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment