0
点赞
收藏
分享

微信扫一扫

霓虹灯的字体

七公子706 2022-08-01 阅读 89

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title></title>

<style>

.ff{

margin: 50px 0 0 50px;

font-size:50px;

color: #fff;

text-shadow:0 0 10px red,0 0 20px yellow;



}



</style>

</head>

<body>

<p class="ff">可可鸭很帅气</p>




</body>

</html>

举报

相关推荐

0 条评论