console
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div class="class">
<br />
<br />
<br />
<h1>生日 快乐</h1>
<p>
祝你生日快乐,天天开怀合不拢嘴悠悠的云里有淡淡的诗,淡淡的诗里有绵绵的喜悦,绵绵的喜悦里有我轻轻的祝福,生日快乐!
</p>
</div>
</body>
</html>
.class {
width: 500px;
height: 500px;
background: url("https://i.loli.net/2020/11/20/zKvoM6nCPHWSGry.jpg")no-repeat;
}
h1 {
font-family: "华文琥珀";
color: hotpink;
text-align: center;
}
p {
font-family: "华文行楷";
font-size: 25px;
color: lightskyblue;
}