css titles

This commit is contained in:
2023-11-14 11:13:26 +01:00
parent adb2e1f9da
commit 2e7ed47613
3 changed files with 52 additions and 6 deletions
@@ -1071,7 +1071,23 @@ table {
padding: 1rem; }
.book-depth-2 {
border-top: 5px solid black;
background-color: yellowgreen; }
border-top: 2px solid black;
border-bottom: 2px solid black; }
.book-depth-2 h1 {
text-transform: uppercase; }
text-transform: uppercase;
text-align: center; }
.book-depth-3 h1 {
text-transform: uppercase;
border-top: 4px double black;
border-bottom: 4px double black; }
.book-depth-4 h1 {
text-transform: uppercase;
border-top: 2px solid black;
border-bottom: 2px solid black; }
.book-depth-5 h1 {
text-transform: uppercase;
border-top: 2px dotted black;
border-bottom: 2px dotted black; }