downtime page

This commit is contained in:
Arvind Tiwari 2017-08-20 03:30:10 +05:30
commit 0e72f8a436
3 changed files with 123 additions and 3 deletions

View file

@ -0,0 +1,52 @@
body {
font-family: Lato, sans-serif;
font-weight: 300;
font-size: 20px;
line-height: 1;
}
h1 {
font-weight: 300;
font-size: 52px;
text-align: center;
}
nav {
padding: 15px;
}
.downtime-container {
max-width: 1200px;
margin: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.downtime-msg {
text-align: center;
font-size: 30px;
}
.downtime-contact {
max-width: 300px;
margin: auto;
color: #4a90e2;
}
h2 {
font-weight: 300;
font-size: 24px;
text-align: center;
}
p {
margin: 15px auto
}
.xl_p {
margin: 15px auto;
}
a {
color: #4a90e2;
text-decoration: none;
}