You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
First-Website/resources/css/404.css

23 lines
328 B

5 years ago
@media screen and (min-width:0px) and (max-width:960px) {
}
5 years ago
* {
font-family: 'Open Sans';
5 years ago
}
5 years ago
div {
background-color: #27282e;
height: 100%;
padding: 10rem;
position: absolute;
top: 0;
5 years ago
width: 100%;
}
p {
5 years ago
margin-top: 1rem!important;
5 years ago
cursor: pointer;
5 years ago
font-size: 15px;
}
h1 {
margin: 0;
text-align: center;
5 years ago
}