From 8d6cd9d095cea21715030cdd86665f2c9f86cfe1 Mon Sep 17 00:00:00 2001 From: daheekim01 Date: Wed, 22 Mar 2023 20:20:12 +0900 Subject: [PATCH] test --- css-ass/style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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