1.

What are counters?

Answer»

CSS has filters which can PERFORM complex OPERATION on raster images and svgs.

It gives tremendous power to css author to perform these operation in browser dynamically. invert()css FUNCTION invert the color of input image.

 FILTER: invert(1);


Discussion

No Comment Found