-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
39 lines (34 loc) · 1.14 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Happy Birthday</title>
<link rel="stylesheet" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body>
<label for="open">
<input id="open" type="checkbox"/>
<div class="card pg1">
<div class="h">Happy</div>
<div class="bd">Birthday</div>
<div class="click">Click To Open</div>
</div>
<div class="card pg2">
<div class="content"><img class="birthday" src="https://images.all-free-download.com/images/graphicthumb/best_happy_birthday_design_elements_vector_set_524004.jpg"/></div>
</div>
<div class="card pg3">
<div class="content">
<div class="wish">
Assalamu-walimum,
<br>
Wishing you a very Happy Birthday, Ma!!!!
<br><br>Sometimes life gets tough, but I always rest assured that I can make it over any obstacle in my way with the power of your love. Thanks for being the best mom the world has to offer, happy birthday.
<br> <br>Azam
</div>
</div>
</div>
</label>
</body>
</html>