-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (59 loc) · 1.67 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Drag Papers ❤️</title>
<link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Short+Stack&family=Homemade+Apple&display=swap'><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<!-- A pen by Developer Rahul -->
<div class="paper heart">
</div>
<div class="paper image" style="
height: 500px;
width: 400px;
display: flex;
justify-content: center;
align-items: center;">
<p class="p1">May this year bring you all the happiness, love, and success you deserve.
Keep shining, keep dreaming, and never forget i always with you in your ups and down!.💞</p>
</div>
<div class="paper image">
<p> </p>
<p>Cute 🥰 </p>
<img src="images/photo4.png" />
</div>
<div class="paper image">
<p>My Fav 🥹💚</p>
<img src="images/photo3.png" />
</div>
<div class="paper image">
<p</p>
<img src="images/photo2.png" />
</div>
<div class="paper image">
<p>How can be </p>
<p> someone so cute ❤️ </p>
<img src="images/Photo1.png" />
</div>
<div class="paper red">
<p class="p1">God Bless you </p>
<p class="p2">with the best <span style="color: red !important;">❤️</span></p>
<p class="p2">and helthy life 😍</p>
</div>
<div class="paper">
<p class="p1">Happiest BirthDay </p>
<p class="p1">Beautiful 🎂 <span style="color: red !important;">Much love ❤️</span></p>
</div>
<div class="paper" style=" z-index: 15;
height: 700px;
display: flex;
justify-content: center;
align-items: center;">
<p class="p1">Drag the papers to move!</p>
</div>
<!-- partial -->
<script src="./mobile.js"></script>
</body>
</html>