-
Notifications
You must be signed in to change notification settings - Fork 0
/
yes.html
26 lines (26 loc) · 935 Bytes
/
yes.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>date?</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&family=Salsa&family=Sriracha&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styledate.css">
</head>
<body>
<div class="container">
<div class="gifcontainer"loop>
<img src="https://i.pinimg.com/originals/18/48/3d/18483d33950588dcd6c1b1c137f88838.gif" alt="yeyeeee!!">
</div>
<div>
<h1 class="box">
<div>
<h1 class="ask">I knew you'd say yes! 🥰 </h1>
</div>
</h1>
</div>
</div>
</body>
</html>