<html>
<head>
<meta charset='utf-8'>
<title>text</title>
<style type='text/css'>
.class1{
font-family:宋体;
font-size:40px;
font-style:oblique;
font-variant:small-caps;
font-weight:bold;
text-shadow:10px 10px 2px red
}
</style>
</head>
<body>
<p class='class1'>哔哩哔哩</p>
<p class='class1'>hello world</p>
</body>
</html>