css titles

This commit is contained in:
2023-11-14 10:54:20 +01:00
parent b238355f9f
commit adb2e1f9da
3 changed files with 70 additions and 54 deletions
@@ -0,0 +1,9 @@
.book-depth-2{
border-top: 3px solid black;
border-bottom: 3px solid black;
// background-color: yellowgreen;
h1{
text-transform: uppercase;
}
}