From 7b604e6fe1b4be554dd18f7f791d7ca394cb378a Mon Sep 17 00:00:00 2001 From: hocci Date: Mon, 10 Jun 2024 23:15:33 +0900 Subject: [PATCH] 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; -} - -