From 99551ff1a523a7a4063592d1421deac054f1ace8 Mon Sep 17 00:00:00 2001 From: Peace Date: Thu, 20 Jun 2024 17:47:44 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EB=8B=A8=EC=9C=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ex2_Selector and style/2-6/default.html | 33 +++++++++++++++ .../3-1/default.html | 42 +++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 Ex2_Selector and style/2-6/default.html create mode 100644 Ex3_Box model and positioning/3-1/default.html diff --git a/Ex2_Selector and style/2-6/default.html b/Ex2_Selector and style/2-6/default.html new file mode 100644 index 0000000..7b41eb6 --- /dev/null +++ b/Ex2_Selector and style/2-6/default.html @@ -0,0 +1,33 @@ + + + + + + + + +

Hyper link attributes

+ 네이버 +
+ 구글 + + \ No newline at end of file diff --git a/Ex3_Box model and positioning/3-1/default.html b/Ex3_Box model and positioning/3-1/default.html new file mode 100644 index 0000000..8d61a53 --- /dev/null +++ b/Ex3_Box model and positioning/3-1/default.html @@ -0,0 +1,42 @@ + + + + + + + + +

Basic text size: body 20px

+

30px

+
+

1em

+

2em

+
+

1rem

+

2rem

+ + \ No newline at end of file