-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (64 loc) · 2.4 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
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title>ThankYou</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/balloon-css/0.5.0/balloon.min.css">
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<link rel="shortcut icon" href="icon/favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<meta name="theme-color" content="#F26B38">
</head>
<body>
<br>
<br>
<br>
<br>
<br>
<div id="card">
<div id="card-inside">
<div class="wrap wishesFont">
<center>
<p style="margin: 6%;"> Thank you for helping me out with my copy, yaar! Tum lifesaver hao, seriously! 🙌 </p>
<p>Bina tumhari help ke toh main gaya tha, or its a coder way to say thank u for help..</p>
<p>
Thanks yaar, bahut saara!
</p>
</center>
<p class="signed">Warmly
<br> Smile on your face after reading this ,
expected,
coder The great anshit srivastav
</p>
</div>
</div>
<div id="card-front">
<div class="wrap" style="border: beige solid; height: 100%; padding: 10%; line-height: 0">
<div>
<center>
<p style="margin-top: 45%; font-size: 20px; font-family: 'Day Roman'" > With Love and Gratitude </p>
<p style="font-family: cursive , 'Finger Paint'; font-style: italic; font-size: 75px;margin-top: 0.6em; margin-bottom: 0.8em
"> Thank You! </p>
<p style="font-size: 18px; font-family: 'Day Roman'">For All your Help</p>
</center>
</div>
</div>
<button id="open" data-balloon="Click to Open Card!" data-balloon-length="medium" data-balloon-pos="left" data-balloon-visible>></button>
<button id="close" data-balloon="! bɿɒɔ ɘƨolɔ oɈ ʞɔilƆ" data-balloon-length="medium" data-balloon-pos="left" data-balloon-visible><</button>
<div class="card-front_inside">
<br> <br> <br>
<div class="polaroid">
<div class="img" style="background-image: url('file.jpg')"></div>
</div>
<div class="shadow"></div>
</div>
</div>
<script src="js/index.js"></script>
</body>
</html>