chroma.htm

来自「网页颜色渐变,可实现网页中背景色的渐变效果」· HTM 代码 · 共 18 行

HTM
18
字号
<html>
   <head>
     <title>chroma filter</title>
     <style>
       <!--
        div{position:absolute;top:70;width:200;filter:chroma(color=green)}
          p{font-family:bailey;font-size:48;font-weight:bold;color:green}       
          em{font-family:lucida handwriting italic;font-size:48;font-weight:bold;color:rgb(255,51,153)}
-->
     </style>
   </head>
  <body>
     <div>
      <p>LEAVES <em>LOVE</em></p>
      </div>
      </body>
</html>

⌨️ 快捷键说明

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