New DB based GuestBook

This commit is contained in:
2024-06-14 13:48:24 +02:00
parent 15d3507b04
commit 70da3e66fd
14 changed files with 403 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
.opacity-50 {
opacity: 50%
}
.construction {
z-index: 10;
rotate: -10deg;
width: fit-content;
height: fit-content;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
top: 0;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
}