<!DOCTYPE html>
<html>
<head>
<meta chartset="UTF-8">
<title>2020</title>
<style>
body{
background-color:gray;/*设置背景色*/
}
#h1{/*ID选择器,名称唯一,不可重复*/
color:white;
/* background-color: darkorange;*/
font-family: "微软雅黑,sans-serif";
font-size: 48px;
font-weight: 500;
width:400px;
height: 100px;
text-shadow: #f03740 -1px -3px,#2addfd 3px 0px;/*抖音字体效果*/
}
</style>
<link rel="stylesheet" herf="01.css">
</head>
<body>
<h1 id="h1",style="color: chocolate;">2020加油!!!</h1>
</body>
</html>
来源:CSDN
作者:ran2017
链接:https://blog.csdn.net/ran2017/article/details/104157903