-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcanpost.html
More file actions
26 lines (26 loc) · 809 Bytes
/
canpost.html
File metadata and controls
26 lines (26 loc) · 809 Bytes
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
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Roboto:900,500' rel='stylesheet' type='text/css'>
<style>
#body{
background-color:#488cc7;
font-family:Roboto,Trebuchet MS,sans-serif;
color:white;
font-size:5vw;
font-weight:900;
top:0;
left:0;
}
#sorry{
display:block;
position:fixed;
width:100%;
text-align:center;
}
</style>
</head>
<body id="body">
<div id="sorry" style="top:50%; margin-top:-8vw">You can post today!! Yay!</div>
<div id="sorry" style="font-size:40%; width:60%; top:50%; margin-top:2vw; left:20%">Click <a href="https://www.reddit.com/r/ConfusedTravolta/submit">here</a> to post!<br><br>Thank you for waiting!</div>
</body>
</html>