PUBLISH: 404
This commit is contained in:
parent
a329072d9f
commit
8a0e0f3bc3
2 changed files with 69 additions and 0 deletions
|
|
@ -226,3 +226,25 @@ a:hover {
|
|||
margin-top: 30px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.http-status {
|
||||
font-size: calc(10ch + 10vw);
|
||||
font-family: var(--numbers-font-family);
|
||||
letter-spacing: 5px;
|
||||
}
|
||||
|
||||
.http-page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.http-page p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.http-header {
|
||||
margin-top: 10vh;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue