hover apply lighter color css

Solutions on MaxInterview for hover apply lighter color css by the best coders in the world

showing results for - "hover apply lighter color css"
Leon
29 Mar 2017
1.myElement:hover {
2  filter: brightness(150%);
3}