Add Guestbook CSS
This commit is contained in:
parent
38f9f9e6f2
commit
e23387c7c0
1 changed files with 10 additions and 0 deletions
10
guestbook/guestbook.css
Normal file
10
guestbook/guestbook.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue