add: guestbook

This commit is contained in:
2024-04-23 18:29:19 +02:00
parent 95d271cb7c
commit 2ea81fb19c
5 changed files with 76 additions and 0 deletions

View File

@@ -17,6 +17,20 @@ html {
margin: auto;
}
#guestbook_table {
width: 100%;
height: auto;
}
#guestbook_name {
display: block;
text-align: center;
}
textarea {
resize: none;
}
/* unvisited link */
a:link {
color: #686bff;