zoukankan      html  css  js  c++  java
  • 背景渐变,及蒙板字体效果中带有背景图使用

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <style>
    #yasuo{
    800px;
    height:800px;
    margin:0 auto;
    text-align:center;
    font-weight: bold;
    line-height:800px;
    font-size:180px;
    color: transparent;
    background: url('./img/timg.jpg') no-repeat center center;
    /* background:linear-gradient(red,yellow); */
    -webkit-background-clip: text;
     
    }
    </style>
    </head>
    <body>
    <div id="yasuo">
    blood
    </div>
    </body>
    </html>

  • 相关阅读:
    Acdream 1174 Sum 暴力
    Acdream 1114 Number theory 莫比乌斯反演
    Acdream 1007 快速幂,模乘法
    UVa 10023
    UVa 11027
    UVa 11029
    UVa 10820
    UVa 10791
    UVa 11121
    UVa 106
  • 原文地址:https://www.cnblogs.com/MDGE/p/10275457.html
Copyright © 2011-2022 走看看