Website-Redesign/guestbook/guestbook.css

12 lines
270 B
CSS

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