Website-Redesign/guestbook/guestbook.css

16 lines
322 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;
}
.date {
padding-top: 0px;
padding-bottom: 15px;
}