美文网首页
文本阴影

文本阴影

作者: 琪33 | 来源:发表于2018-04-25 10:53 被阅读0次
 <style>
        p{
            text-align: center;
            font-size:100px;
            font-family: "Microsoft Yahei";
            margin-top:100px;
            font-weight: 700;
            text-shadow: 24px 27px 22px #333;
            /*文字阴影:
                text-shadow: 水平位移 垂直位移  模糊程度  阴影颜色;
            */
        }
    </style>
</head>
<body>
    <p>苍茫的天涯我的爱!</p>
</body>

相关文章

网友评论

      本文标题:文本阴影

      本文链接:https://www.haomeiwen.com/subject/saldlftx.html