Add Guestbook CSS

This commit is contained in:
Evan G. 2024-04-21 18:10:47 -05:00
parent 38f9f9e6f2
commit e23387c7c0
Signed by: fbievan
GPG Key ID: 55FAB8CB6842F080
1 changed files with 10 additions and 0 deletions

10
guestbook/guestbook.css Normal file
View File

@ -0,0 +1,10 @@
.guestbookpost {
padding: 10px;
border: var(--line-width) solid;
border-left-style: none;
border-right-style: none;
border-top-style: none;
text-align: left;
padding-bottom: 20px;
padding-top: 10px;
}