-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbirthday.html
40 lines (40 loc) · 1.59 KB
/
birthday.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Happy Birthday Mom!</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Poppins', Arial, sans-serif;
background-color: #F0E68C;
text-align: center;
padding: 50px;
margin: 0;
}
h1 {
font-size: 36px;
font-weight: 700;
margin-bottom: 20px;
}
p {
font-size: 17px;
line-height: 1.5;
margin-bottom: 30px;
}
img {
width: 100%;
max-width: 300px;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<h1>Happy 44th Birthday, Mom! 妈妈生日快乐!</h1>
<p>Your warmth and kindness have always been a guiding light in my life, and I recognize the hard work that you’ve put into our family everyday—from driving me to classes to doing the laundry for the whole family. As I think about the years that have gone by, I am filled with fond memories we share and the places we’ve been. Happy 44th Birthday!</p>
<p style="font-size: 20px; font-style: italic; text-align: right; float: right; padding-right: 12px;">— 胡家睿 Jerry Hu</p><br>
<a href="https://drive.google.com/drive/folders/1-DA_NTsJoev7Ts5jptFbT77rfinDRGWz?usp=sharing"><img src="https://cdn1.cardly.net/card/1/0d74e4bb-9b1c-82e5-1920-58d8666c0da9/page1-r2-i11448-149ace53dbc2a1b666c5716ff5527efc.png/vp/detail-card/1200" alt="Happy Birthday Image"></a>
</body>
</html>