文本阴影

2018-04-25  本文已影响0人  琪33
 <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>
上一篇下一篇

猜你喜欢

热点阅读