<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>
网友评论