diff --git a/css-ass/style.css b/css-ass/style.css index e69de29..8416e48 100644 --- a/css-ass/style.css +++ b/css-ass/style.css @@ -0,0 +1,18 @@ +h1{ + text-align:center; +} +#content-box{ + background-color:greenyellow; +} +#content-box div.horizontal-lists{ + color: blue; +} +.chapter-name{ + font-weight: bold; +} +#current-chapter >div.chapter-name:first-child{ + color: red; +} +#box-layout{ + padding: 0px 10%; +} \ No newline at end of file