Blogger Information
Blog 5
fans 0
comment 0
visits 4529
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
一个CSS将网页背景改成黑白色!
honor
Original
1491 people have browsed it

将网页背景改成黑白色的CSS,超好用

下面看HTML CSS代码

  1. html{
  2. -webkit-filter: grayscale(100%);
  3. -moz-filter: grayscale(100%);
  4. -ms-filter: grayscale(100%);
  5. -o-filter: grayscale(100%);
  6. filter: grayscale(100%);
  7. filter: gray;
  8. }

如果不喜欢这个灰色,可以自定颜色! filter:颜色

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post