Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS: Image transparency key

I was wondering if this is possible in pure CSS. Suppose you have an image with white background. Is there a CSS property that removes the specified color from an image and make it transparent?

like image 398
Alireza Noori Avatar asked Nov 24 '25 02:11

Alireza Noori


1 Answers

No Alireza, that's not possible with css I'm afraid.

like image 126
Billy Moat Avatar answered Nov 26 '25 19:11

Billy Moat