-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbright.html
29 lines (26 loc) · 988 Bytes
/
bright.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono" rel="stylesheet">
<!--CSS-->
<link rel="stylesheet" type="text/css" href="css/bright.css">
<title>Bright</title>
</head>
<body>
<article>
<div class="poem">
<p style="font-size: 64px;">My eyes</p>
<p style="font-size: 64px;">My head</p>
<p style="font-size: 32px;">I have no clue</p>
<p style="font-size: 30px;">In so much pain</p>
<p style="font-size: 28px;">I'm walking home</p>
<p style="font-size: 28px;">I'm so exhausted</p>
<p style="font-size: 9px; padding-left: 2px;">I just needed to talk about it so I feel a little.</p>
<p style="font-size: 91px; line-height: 0.9em; margin-left: -5px;">Enter</p>
<a href="media/bright.png" style="font-size: 18px;">It's still bright outside</a>
</div>
</article>
</body>
</html>