본문으로 바로가기

흑백처리

category 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)