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>

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM