彩色網頁變黑白色CSS代碼

來源:互聯網
上載者:User
網頁灰色黑色\黑白色CSS代碼,讓網頁變黑色CSS代碼:

<style>     html {         -webkit-filter: grayscale(100%);         -moz-filter: grayscale(100%);         -ms-filter: grayscale(100%);         -o-filter: grayscale(100%);         filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);          _filter:none;     } </style>

將代碼放入</head>前即可讓對應網頁變黑灰色!

讓網頁彩色變黑白色

網頁如何變黑白色CSS代碼如上,加入即可讓您的網頁變為黑白色調!

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.