HTML error page
This commit is contained in:
parent
651682829a
commit
87f035d298
3 changed files with 46 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue