css设置文字外发光

版权声明:本篇博客内容来源于本人亲身经历,属于本人原创,转载请注明出处,感谢分享~~ https://blog.csdn.net/hl_qianduan/article/details/85233052
<!DOCTYPE html>
<html>
<head>
<style>
h1
{
text-shadow: .2rem 0rem .5rem red,-.2rem 0rem .5rem red,0rem .2rem .5rem red,0rem -.2rem .5rem red;
}
</style>
</head>
<body>

<h1>文本阴影效果!</h1>

</body>
</html>

猜你喜欢

转载自blog.csdn.net/hl_qianduan/article/details/85233052
今日推荐