guestbook/homepage.css

24 lines
472 B
CSS
Raw Normal View History

.articles {
padding: 5px;
2024-04-19 22:13:16 -05:00
border: var(--line-width) solid;
border-top-style: dashed;
border-bottom-style: dashed;
2024-04-19 22:13:16 -05:00
border-right-style: none;
border-left-style: none;
}
section {
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: 0px;
}
h3 {
text-align: left;
margin-top: 10px;
padding-top: 0px;
}