-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathy.html
36 lines (24 loc) · 847 Bytes
/
y.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
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Rajdhani' rel='stylesheet'>
<style>
body
{
background-repeat:no-repeat;
background-attachment:fixed;
}
.a{
font-family: rajdhani;
font-size: 50px;
text-align: center;
text-decoration: none;
color: black;
}
</style>
</head>
<body background="https://78.media.tumblr.com/c140cc299cd233cb90a2b7fb63cd3733/tumblr_nrl3vw0dPs1s1jug6o1_1280.jpg" style="background-size:100%100%">
<p class="a">"I'm going to tell you a secret about everyone else's job: no one knows what they are doing. Deep down everyone is just faking it till they figure it out. And you will too, because and you are awesome and everyone else sucks."<br><a href="i.html" class="a"><br>-April Ludgate</p></a>
<br><br>
</body>
</html>