added 404

This commit is contained in:
2024-03-30 20:22:57 +01:00
parent e5020b267f
commit 84f645128c
2 changed files with 31 additions and 0 deletions

View File

@@ -181,3 +181,11 @@ button {
transform: translateY(1px);
}
}
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}