HTML error page

This commit is contained in:
Thomas Sileo 2022-08-28 17:36:58 +02:00
parent 651682829a
commit 87f035d298
3 changed files with 46 additions and 3 deletions

View file

@ -196,6 +196,17 @@ main {
max-width: 1000px;
margin: 30px auto;
}
.centered {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
width: 100%;
height: 100%;
top: 0;
}
footer {
width: 100%;
max-width: 1000px;