29-10 #5
parent
705b073c6b
commit
246b23145b
@ -1,5 +1,44 @@
|
||||
div {
|
||||
height: 90%;
|
||||
width: 96%;
|
||||
padding: 2%;
|
||||
}
|
||||
@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;
|
||||
}
|
||||
|
After Width: | Height: | Size: 62 KiB |
Reference in new issue