From 526f98a05a55cbf014d23b235f7ca35b4321b68d Mon Sep 17 00:00:00 2001 From: hocci Date: Mon, 10 Jun 2024 23:09:15 +0900 Subject: [PATCH 1/2] Update_1 --- index.css | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 index.css diff --git a/index.css b/index.css new file mode 100644 index 0000000..d5a42e6 --- /dev/null +++ b/index.css @@ -0,0 +1,113 @@ +/* *{ + margin: 0; + padding: 0; +} */ + +.container{ + width:auto; + font-family: "나눔스퀘어"; +} + +ol, ul{ + list-style-type:none; +} + +a{ + text-decoration: none; + color:black; +} + +#nav{ + background-color: skyblue; + color:wheat; + text-align: center; + padding: auto; + font-family: "나눔스퀘어"; +} + +nav ul{ + list-style: none; + padding: 0; +} +nav ul li{ + display: inline; + margin-right: 20px; +} + +#intro{ + width:100%; + height:80px; +} + +#intro h1{ + float: left; + width: 50%; + height: 80px; + background-color: white; +} + +#intro h1 a{ + display: block; + padding: 22px 0 0 30px; + font-size:30px; +} + +.box{ + border: 2px solid lightgrey; + width:200px; + height: 200px; + float: left; + border-radius: 20px; +} +#b1{ + background-color: lavender; + overflow: visible; + +} +#b2{ + background-color: lavender; + overflow: visible; + border: 2px solid lightgrey; + width:200px; + height: 200px; + float: left; + border-radius: 20px; +} +#b3{ + background-color: lavender; + overflow: visible; + border: 2px solid lightgrey; + width:200px; + height: 200px; + float: left; + border-radius: 20px; +} +#b4{ + background-color: lavender; + overflow: visible; + border: 2px solid lightgrey; + width:200px; + height: 200px; + float: left; + border-radius: 20px; +} +#b5{ + background-color: lavender; + overflow: visible; + border: 2px solid lightgrey; + width:200px; + height: 200px; + float: left; + border-radius: 20px; +} +#b6{ + background-color: lavender; + overflow: visible; + border: 2px solid lightgrey; + width:200px; + height: 200px; + float: left; + border-radius: 20px; +} + + -- 2.39.3 From 7b604e6fe1b4be554dd18f7f791d7ca394cb378a Mon Sep 17 00:00:00 2001 From: hocci Date: Mon, 10 Jun 2024 23:15:33 +0900 Subject: [PATCH 2/2] Delete index.css --- index.css | 113 ------------------------------------------------------ 1 file changed, 113 deletions(-) delete mode 100644 index.css diff --git a/index.css b/index.css deleted file mode 100644 index d5a42e6..0000000 --- a/index.css +++ /dev/null @@ -1,113 +0,0 @@ -/* *{ - margin: 0; - padding: 0; -} */ - -.container{ - width:auto; - font-family: "나눔스퀘어"; -} - -ol, ul{ - list-style-type:none; -} - -a{ - text-decoration: none; - color:black; -} - -#nav{ - background-color: skyblue; - color:wheat; - text-align: center; - padding: auto; - font-family: "나눔스퀘어"; -} - -nav ul{ - list-style: none; - padding: 0; -} -nav ul li{ - display: inline; - margin-right: 20px; -} - -#intro{ - width:100%; - height:80px; -} - -#intro h1{ - float: left; - width: 50%; - height: 80px; - background-color: white; -} - -#intro h1 a{ - display: block; - padding: 22px 0 0 30px; - font-size:30px; -} - -.box{ - border: 2px solid lightgrey; - width:200px; - height: 200px; - float: left; - border-radius: 20px; -} -#b1{ - background-color: lavender; - overflow: visible; - -} -#b2{ - background-color: lavender; - overflow: visible; - border: 2px solid lightgrey; - width:200px; - height: 200px; - float: left; - border-radius: 20px; -} -#b3{ - background-color: lavender; - overflow: visible; - border: 2px solid lightgrey; - width:200px; - height: 200px; - float: left; - border-radius: 20px; -} -#b4{ - background-color: lavender; - overflow: visible; - border: 2px solid lightgrey; - width:200px; - height: 200px; - float: left; - border-radius: 20px; -} -#b5{ - background-color: lavender; - overflow: visible; - border: 2px solid lightgrey; - width:200px; - height: 200px; - float: left; - border-radius: 20px; -} -#b6{ - background-color: lavender; - overflow: visible; - border: 2px solid lightgrey; - width:200px; - height: 200px; - float: left; - border-radius: 20px; -} - - -- 2.39.3