kiding / wanna-see-a-whiter-white

CSS trick/bug to display a brighter white by exploiting browsers' HDR capability and Apple's EDR system

Home Page:https://fff.kidi.ng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wanna-see-a-whiter-white

Visit https://fff.kidi.ng for the demo.

How does this work?

By combining an HDR video with CSS hack, the white color of the text becomes even brighter.

#whiter {
  filter: brightness(10);
  backdrop-filter: brightness(1);
}

When a HDR-capable browser encounters one, it switches to HDR mode. The exact reason for this behavior is not yet known.

About

CSS trick/bug to display a brighter white by exploiting browsers' HDR capability and Apple's EDR system

https://fff.kidi.ng


Languages

Language:HTML 93.9%Language:JavaScript 3.4%Language:CSS 2.6%