TAG
CSS
Result
Run
License
<figure> <img src="https://resrc.devdic.com/img/bykind/alpha/150x135_flower.png" /> <figcaption>Original</figcaption> </figure> <figure> <img src="https://resrc.devdic.com/img/bykind/alpha/150x135_flower.png" /> <figcaption>Apply Effect</figcaption> </figure>
figure { float: left; text-align: center; } figure:nth-of-type(2) > img { filter: contrast(0%); }
Console
expand_less
License
License
by DevDic
Close