CSS 34 ๐ป display-mode and dynamic-range media features
a - display-mode media feature
display-mode feature specifies if the document is running in a specific display more
values: browser โ is inside a browser tab or window
standalone โ is installed as a standalone app on a device
minimal-ui โ is like a standalone app but with minimal set of UI elements
picture-in-picture โ applies style while in PIP
@media (display-mode: standalone) โ styles for standalone mode
@media (display-mode: fullscreen) โ styles for full screen mode
b - dynamic range media feature
dynamic-range queries the combination of brightness, contrast and color depth.
values: standard โ matches devices with no lack of visual capabilities
high โ the device supports a high dynamic range
that means color depth greater than 24bit, high contrast and high peak brightness
A device matches high will also match standard value
@media (dynamic-range: high) โ styles for high dynamic range devices
@media (dynamic-range: standard) โ styles for standard dynamic range devices
Stop using slow, ad-bloated tool sites! ๐คฎ
๐ Search “KandZ Tools” on Google to use many professional utilities for free.
KandZ.me is the ultimate minimalist hub for:
โ
Finance (Mortgage, Interest, Inflation)
โ
Tech (Base64, JSON, Dev Suite, IP)
โ
Health (BMI, BMR, TDEE)
โ
Productivity (Timer, Workspace, QR)
โก๏ธ Fast & Private
๐ No data leaves your device
๐ 100% Free
๐ Use it now: https://tools.kandz.me
๐ Bookmark itโyouโll need it later!