.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*/
}
'WEB > CSS' 카테고리의 다른 글
inline 또는 Inline-block 사용 시 문제(경험) (0) | 2017.03.31 |
---|---|
유지보수 , 확장성을 고려한 CSS (0) | 2017.03.29 |
nth-child (0) | 2017.03.10 |
text-indent + padding (0) | 2017.03.07 |
Font Awesome을 이용한 css폰트 <i>태그 아이콘 만들기 (0) | 2017.02.09 |