⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 filterglow.htm

📁 网页颜色渐变,可实现网页中背景色的渐变效果
💻 HTM
字号:
<html>
<head>
<title>filter glow</title>
<style>
  <!--
    .flame{position:absolute;
           top:20;
           width:400;
           filter:glow(color=#FF3399,strength=15);
          }
    .neon{position:absolute;
          top:70;
          left:50;
          width:300;
          filter:glow(color=#9966CC,strength=10);
         }
  -->
 </style>
 </head>
<body>
   <div class="flame">
     <p style="font-family:lucida handwriting;font-size:54pt;font-weight:bold;color:#003366;">
      Leaf Mylove</p>
   </div>
   <div class="neon">
     <p style="font-family:bailey;font-size:48pt;font-weight:bold;color:#99CC66;">
     Weny Good!</p>
   </div>    
   </body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -