wutianfei

整站黑白页

<style>
html{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
}
</style>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-05-18
  • 2021-07-01
  • 2022-01-28
  • 2022-01-07
  • 2022-02-11
猜你喜欢
  • 2022-01-02
  • 2022-01-26
  • 2021-09-12
  • 2022-12-23
  • 2022-01-25
  • 2022-01-25
相关资源
相似解决方案