Questions tagged as 'filtros-css'

3
answers

Silhouette of a color image

Thanks to Rene Limón's response , I was able to create a CSS silhouette like this: #silueta img { -webkit-filter: grayscale(100%) brightness(0); /* Safari 6.0 - 9.0 */ filter: grayscale(100%) brightness(0); opacity: 0.6; } &l...
asked by 01.03.2017 / 01:50
2
answers

Create grayscale filter for CSS image

How can I apply a grayscale filter to an image with CSS?     
asked by 22.01.2016 / 23:43