The whole website turns gray code

Just add the following code to the head tag of HTML

<style type="text/css">
html {
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(100%);}
</style>
The article originates fromSinsTu NI-https://www.sinstu.com/archives/133.htmlThe article originates fromSinsTu NI-https://www.sinstu.com/archives/133.html
 
admin
  • by admin Published on 2024-04-1717:21:12
  • Please make sure to keep the link to this article when reprinting:https://www.sinstu.com/archives/133.html
  • website
  • gray code

Comment