guestbook/homepage.css

25 lines
469 B
CSS
Raw Normal View History

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