Go to my github

开发日志:css整站变灰

整站灰色:

html{
filter:grayscale(100%);
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:gray;

}

 

posted @ 2022-12-01 11:18  峡谷少爷  阅读(25)  评论(0)    收藏  举报