Skip to content

Instantly share code, notes, and snippets.

@mingcheng
mingcheng / gist:3449022
Created August 24, 2012 10:48
兼容所有浏览器的图片灰度滤镜
.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
@mingcheng
mingcheng / gist:3365876
Created August 16, 2012 02:36
Hello, world!
:^)