error fixed

This commit is contained in:
scarlett kadan 2023-09-19 20:43:26 -05:00
parent b08e0e9b4e
commit 118c39afb8

View File

@ -1,4 +1,4 @@
#container { .c {
opacity: 100%; opacity: 100%;
-webkit-animation: fade 0.9s ease-in; -webkit-animation: fade 0.9s ease-in;
-moz-animation: fade 0.9s ease-in; -moz-animation: fade 0.9s ease-in;
@ -6,14 +6,21 @@
-o-animation: fade 0.9s ease-in; -o-animation: fade 0.9s ease-in;
animation: fade 0.9s ease-in; animation: fade 0.9s ease-in;
background-color: black; background-color: black;
position: relative;
margin: 0px;
padding: 0px;
width: 100vw;
} }
.error { .error {
background-color: #232323; background-color: #3d3d3d;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
display: flex; display: flex;
height: calc(100vh - 101px); height: calc(100vh - 101px);
position: relative;
top: 0;
left: 0;
} }
.error__photo { margin: 0px; .error__photo { margin: 0px;