Answers for "how to invert image color in css"

CSS
1

invert png color css

img {
   -webkit-filter: invert(1);
   filter: invert(1);
   }
Posted by: Guest on January-10-2021

Browse Popular Code Answers by Language