讓網頁變成灰色代碼,沒有你想的那麼複雜

終極版代碼,兼容IE chrome Firefox。。。。。html

很簡單,只要是標準網頁,在html標籤加上下面樣式就好了:web

html{
   filter:grayscale(100%);
   -moz-filter:grayscale(100%);
   -o-filter:grayscale(100%);
   -webkit-filter:grayscale(1);
}
本身的項目爲例:
相關文章
相關標籤/搜索