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

📄 alpha.htm

📁 网页颜色渐变,可实现网页中背景色的渐变效果
💻 HTM
字号:
<html>
  <head>
    <title>alpha</title>
  <style>
     <!--
        div{position:absolute;
            left:50;top:70;
            width:200;
           }
        img{position:absolute;top:20;left:40;filter:alpha(opacity=0,finishopacity=100,
            style=1,startx=0,starty=85,finishx=150,finishy=85);}
     -->
  </style>
  </head>
  <body>
     <div>
       <p style="font-size:48;font-weight:bold;color:red;">
        Beautiful
       </p>
     </div>
     <p>
     <img src="ss01076.jpg">
     </p>
  </body>
</html>

⌨️ 快捷键说明

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