Skip to content

Commit 9f0d782

Browse files
author
Foxlet
authored
Create index.html
0 parents  commit 9f0d782

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

index.html

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<html>
2+
<head>
3+
<title>Rant.</title>
4+
<style>
5+
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
6+
@media (max-width:635px) {
7+
.big-text {
8+
font-size: 10vw;
9+
}
10+
#midnight-logo{
11+
width: 50vw;
12+
height: auto;
13+
}
14+
.faq {
15+
text-align: left;
16+
display: inline-block;
17+
}
18+
}
19+
@media (min-width:635px) {
20+
.big-text {
21+
font-size: 100px;
22+
}
23+
.faq {
24+
text-align: left;
25+
display: inline-block;
26+
width: 635px;
27+
}
28+
#midnight-logo{
29+
width: 320px;
30+
height: auto;
31+
padding-top: 25px;
32+
}
33+
}
34+
@media (max-width:980px) {
35+
.big-text {
36+
font-size: 10vw;
37+
}
38+
}
39+
body {
40+
display: flex;
41+
justify-content: center;
42+
align-items: center;
43+
background: linear-gradient(to bottom, #400849 0%, #250231 100%);
44+
color: #fff;
45+
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
46+
}
47+
.small-text {
48+
font-size: 5vw;
49+
}
50+
.text-centered {
51+
text-align: center;
52+
}
53+
.footer {
54+
-webkit-margin-before: 2em;
55+
color: #24497b;
56+
padding-bottom: 25px;
57+
}
58+
question {
59+
font-size: 20px;
60+
-webkit-margin-before: 1em;
61+
display: block;
62+
}
63+
answer {
64+
-webkit-margin-before: 0.5em;
65+
display: block;
66+
}
67+
button{
68+
background: linear-gradient(to bottom, #004590 0%, #012a54 100%);
69+
border: 2px solid #002a65;
70+
border-radius: 4px;
71+
text-shadow: #001940 0px 1px;
72+
color: white;
73+
font-size: 15px;
74+
padding: 10px;
75+
}
76+
</style>
77+
</head>
78+
<body>
79+
<div class="box big-text">
80+
<div>Holy shit...</div>
81+
<div>TWO WEBSITES?!?!?</div>
82+
</div>
83+
</body>
84+
</html>

0 commit comments

Comments
 (0)