error be erroring, footer really be footing
This commit is contained in:
@ -1,12 +1,81 @@
|
||||
.error {
|
||||
background-color: #232323;
|
||||
width: 100%;
|
||||
height: calc(100vh - 166px);
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
height: calc(100vh - 101px);
|
||||
}
|
||||
|
||||
.error__photo {
|
||||
.error__photo { margin: 0px;
|
||||
width: 100%;
|
||||
min-width: 900px;
|
||||
}
|
||||
|
||||
.e {
|
||||
margin: 0px;
|
||||
position: absolute;
|
||||
width: 100vw;
|
||||
max-width: 500px;
|
||||
aspect-ratio: 16/9;
|
||||
border-radius: 30px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
margin: auto
|
||||
}
|
||||
|
||||
.e__background {
|
||||
margin: 0px;
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
max-width: 500px;
|
||||
aspect-ratio: 16/9;
|
||||
}
|
||||
|
||||
.e__container {
|
||||
margin: 0px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
position: absolute;
|
||||
border-radius: 20px;
|
||||
top: 0;
|
||||
width: 100vw;
|
||||
max-width: 500px;
|
||||
aspect-ratio: 16/9;
|
||||
height: auto;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.e__container__titleCon {
|
||||
width: 100%;
|
||||
height: 15%;
|
||||
}
|
||||
|
||||
.e__container__messageCon {
|
||||
width: 100%;
|
||||
height: 77%;
|
||||
}
|
||||
|
||||
.e__container__titleCon__title {
|
||||
font-family: "Tahoma";
|
||||
margin-top: 1%;
|
||||
margin-left: 12%;
|
||||
font-size: 1.5rem;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.e__container__messageCon__message {
|
||||
font-family: "Tahoma";
|
||||
margin-top: 1%;
|
||||
margin-left: 12%;
|
||||
font-size: 1.3rem;
|
||||
color: black;
|
||||
margin-left: 24%;
|
||||
margin-top: 10%;
|
||||
margin-right: 20px;
|
||||
line-height: 35px;
|
||||
}
|
Reference in New Issue
Block a user