CSS turns the site gray
Lukeclever ComputerSavvyMedic
It has been 0 days since the last update of this post. Some contents may be outdated. Please pay attention to screening.

在需要将网站变成灰色的时候可以在网页中插入如下代码

1
2
3
4
5
6
7
8
9
body{
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:gray;
}
 Comments
Comment plugin failed to load
Loading comment plugin