Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 480 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 480 Bytes

ultra-white-button

Show "whiter than white color" for certain browsers using only CSS hack (without HDR video elements).

#whiter {
  color: white;
  filter: brightness(1.5);
  will-change: filter;
}