-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinner.html
24 lines (23 loc) · 1.12 KB
/
winner.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Love you</title>
<link href="https://www.w3schools.com/w3css/4/w3.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower&display=swap" rel="stylesheet" type="text/css">
<link href="../Ashley-Birthday/css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="bgimg2 w3-display-container w3-animate-opacity w3-text-white">
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top" style="text-align: center;">I'm a General! WHEEEEE!</h1>
<p class="w3-xlarge w3-center" style="font-size:10vw"> Guess who's going? </p>
<p class="w3-large w3-center"> I know this was something you really wanted to see and needed to see so as long as I get to see that happiness with you it makes your birthday all that more special. Your birthday means something to me and yourself. I love you with all my heart and I cannot think of a better way to celebrate. I love you Ashley Fryberger.</p>
<br>
<p class="w3-xlarge">Love,</p>
<br>
<i class="w3-xlarge">-David</i>
</div>
</div>
</body>
</html>