跳过正文
  1. Blogs/

网页黑白代码

·73 字·1 分钟· ·
日志 Gray-Html 代码 网页 Html 黑白
作者
大大的小蜗牛
机会总是垂青于有准备的人!
目录

1,确认使用最新的网页标准协议:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml">

2,添加 CSS 代码:

html { filter:progid:DXImageTransform.Microsoft.BasicImage (grayscale=1); -webkit-filter: grayscale (1); }

若没有全站 CSS 代码,可在 < head > 和之间添加 html 代码:

<style>html { filter:progid:DXImageTransform.Microsoft.BasicImage (grayscale=1); -webkit-filter: grayscale (1); }</style>

Load Giscus
or