From e2b6bf082b851b35a2c44dfc2b38eb6ed37b8bb9 Mon Sep 17 00:00:00 2001 From: Dain Date: Wed, 22 Mar 2023 14:56:09 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EA=B3=BC=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css-ass/index.html | 6 +++--- css-ass/style.css | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/css-ass/index.html b/css-ass/index.html index fc12b5c..76d59db 100644 --- a/css-ass/index.html +++ b/css-ass/index.html @@ -19,7 +19,7 @@

Chapters

Introducing HTML / Basic Structure of HTML / Commonly Used HTML Tags
-
Ch 3. CSS: Desiging HTML
+
Ch 3. CSS: Desiging HTML
Introducing CSS / Basic Structure of CSS / Selectors

@@ -31,7 +31,7 @@

Chapters

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