-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathcause.html
More file actions
40 lines (33 loc) Β· 1.21 KB
/
cause.html
File metadata and controls
40 lines (33 loc) Β· 1.21 KB
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Why You're My Best Friend! π</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<link rel="stylesheet" href="./cause.css">
<style>
</style>
</head>
<body>
<div class="custom-cursor">
<svg viewBox="0 0 24 24">
<path fill="#ff69b4" d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z"/>
</svg>
</div>
<div class="container">
<h1>Happy Birthday Priyaa π</h1>
<div id="reasons-container"></div>
<button class="shuffle-button">Click Here... π</button>
<div class="reason-counter"></div>
<div class="ending-section">
<div class="teddy-hug">
<img src="./d1.jpg" alt="Teddy Hug">
</div>
<div class="ending-text">You're the BESTEST ! π</div>
</div>
</div>
<script src="cause.js">
</script>
</body>
</html>