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

45 lines
795 B

@media screen and (min-width:0px) and (max-width:960px) {
#errorText {
font-size: 30px;
}
#errorImg {
width: 10rem!important;
height: 10rem!important;
margin-left: calc(50% - 5rem)!important;
}
#errorBox {
margin: 5rem 0 0 1rem!important;
width: 90%!important;
height: 84vh!important;
}
}
#errorBox {
margin: 6rem 0 0 1rem;
height: 87vh;
width: 98%;
padding: 2rem;
}
#error {
background-color: #363840;
border: #363840 1px solid;
border-radius: .5rem;
height: 99%;
width: 100%;
}
#errorImg {
height: 25rem;
width: 25rem;
margin-top: 3rem;
left: 50%;
margin-left: calc(50% - 12.5rem);
}
#errorText {
margin: 3rem 0 0 0;
}
p {
margin-top: 4rem!important;
cursor: pointer;
font-size: 20px;
text-decoration: underline;
}