-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (44 loc) · 1.53 KB
/
index.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
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Birthday Card</title>
<!-- Google Font-->
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet" />
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<div class="outside">
<div class="front">
<p>
Happy Birthday Name
<!--ADD name -->
</p>
<div class="cake">
<div class="top-layer"></div>
<div class="middle-layer"></div>
<div class="bottom-layer"></div>
<div class="candle"></div>
</div>
</div>
<div class="back">
<p>Title!</p> <!--#add title-->
<img src="p1.jpeg"> <!--addpics here-->
<img src="p3.jpeg"> <!--#pic2-->
<img src="p4.jpeg"> <!--#pic3-->
<img src="p2.jpeg"> <!--#pic4-->
<img src="p5.jpeg"> <!--#pic5-->
<img src="p7.jpeg"> <!--#pic6-->
</div>
</div>
<div class="inside">
<p>🎉 🎂 Many Many Happy Retruns of the day! Add a message! 🎂 🎉</p>
<p>Share some memories!!</p>
<p>Add pics to the other side!</p>
<h1>🎁</h1>
</div>
</div>
</body>
</html>