console
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=, initial-scale=">
<meta http-equiv="X-UA-Compatible" content="">
<title></title>
<style>
#div1 {
position: relative;
width: 100%;
height: 55%;
font-family: 黑体;
}
#img1 {
width: 100%;
height: 50%;
}
#span1 {
position: absolute;
width: 100%;
left: 20px;
text-align: center;
font-size: 50px;
color: rgb(248, 71, 109);
background-position: top center
background-image: uel() no-repeat centen top;
}
</style>
</head>
<body>
<div id="div1">
<span id="span1">生日快乐</span>
<p id="span1">你是夏天的精灵,微笑是你的魔法,你是今天的寿星老,夏天是你的守护神,生日快乐。</p>
<a href="https://sm.ms/image/Dv5CwLxIt3H1RyX" target="_blank"><img src="https://i.loli.net/2020/11/20/Dv5CwLxIt3H1RyX.jpg" width="1350" ></a>
</div>
</body>
</html>