PUBLISH: 404

This commit is contained in:
Campbell Alden 2022-08-27 12:46:13 +09:00
parent a329072d9f
commit 8a0e0f3bc3
2 changed files with 69 additions and 0 deletions

View file

@ -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;
}