Skip to content

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

Notifications You must be signed in to change notification settings

set0gut1/ultra-white-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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;
}

About

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

Topics

Resources

Stars

Watchers

Forks

Languages