Answers for "invert the color of an image 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