WEB/CSS

흑백처리

연꽃- 2017. 3. 16. 15:38

.grayscale{

-webkit-filter:grayscale(100%);

-moz-filter:grayscale(100%);

-ms-filter:grayscale(100%);

-o-filter:grayscale(100%);

filter:grayscale(100%);

filter:url(grayscale.svg); /* Firefox 4+*/

filter:gray;/*IE 6-9*/

}


Download ZIP (with .svg)