diff --git a/css-ass/style.css b/css-ass/style.css index e69de29..ffb6b7b 100644 --- a/css-ass/style.css +++ b/css-ass/style.css @@ -0,0 +1,28 @@ +h1{ + text-align: center +} + +#content-box{ + background-color: greenyellow; + } + +.horizontal-lists{ + color:black; +} + +.chapter#current-chapter{ + color: red; +} + +.chapter{ + color:black; +} + +.chapter-name{ + font-weight: bold; +} + + +.chapter > .horizontal-lists { + color: blue; +} \ No newline at end of file