css__金属质感的文字

金属质感的文字

网上看到的优秀思想!神奇的css~~~~

css

div.a {
            width: 300px;
            text-align: center;
            color: white;
            background: black;
            font-weight: bold;
            font-size: 30px;
            position: relative; 
        }
        a.cover {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(to bottom,black 0%,transparent 50%,black);
            opacity: 0.5;
        }

  HTML

<div class="a">
        金属质感文字
        <a class="cover"></a>
    </div>

 

posted @ 2017-05-17 15:25  呆萌的蚊子  阅读(2289)  评论(0编辑  收藏  举报