-
Notifications
You must be signed in to change notification settings - Fork 0
/
bday.html
68 lines (68 loc) · 1.62 KB
/
bday.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
<!DOCTYPE html>
<html>
<head>
<style>
</style>
<head>
<div id="background">
<img src="http://jesusfuck.me/di/Y4QM/cardfinal.png" class="stretch" alt="" />
</div>
<style>
#background {
width: 100%;
height: 100%;
position: fixed;
left: 0px;
top: 0px;
z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}
.stretch {
width:100%;
height:100%;
}
</style>
<style>
h1 {
text-decoration: underline;
font-size: 200%;
font-family: Verdana;
color: white;
text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
}
h1.noline {
text-decoration: none;
color: red;
font-family: verdana;
font-size: 200%;
}
p {
color: white;
font-family: verdana;
font-size: 125%;
text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
}
}
p2 {
color: #FF00FF;
font-family: verdana;
font-size: 125%;
}
h2 {
color: red;
font-family: verdana;
text-decoration: underline;
font-size: 200%;
text-shadow: 2px 0 0 #000, 0 -2px 0 #000, 0 2px 0 #000, -2px 0 0 #000;
}
</style>
</head>
<body>
<center>
<h1>Happy Birthday!</h1>
</body>
<p> </p><p> </p><p> </p><p> </p><p> </p>
<p>I hope you have a wonderfully blessed day,</p><p> I hope I didn't burn all of your breakfast,</p><p> I try to be the best "room mate" I can be!</p><p> Sorry the cats pee'd in your favorite plant,</p><p> but here's a new tree to get you through these tough times!</p>
<p> </p><p> </p>
<p> Love, Pierce xoxo,</p>
</body>
</html>