<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>春节快乐</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #FFD700;
padding: 20px;
}
.card {
background-color: #FFF;
padding: 20px;
border-radius: 10px;
max-width: 400px;
margin: 0 auto;
}
h1 {
color: #DC143C;
}
p {
color: #000;
}
</style>
</head>
<body>
<div class="card">
<h1>恭贺新春</h1>
<img src="链接" alt="龙舟图案" width="200">
<p>愿您在新的一年里幸福快乐,身体健康,万事如意!</p>
<p>祝您新春快乐,阖家幸福!</p>
</div>
</body>
</html>
春节贺卡(端午节的一期加班)
于 2024-05-26 06:56:18 首次发布