From 6692550f52093ca0407d8d1d2c22f73f3cd331ff Mon Sep 17 00:00:00 2001
From: "rnjsals0905@gmail.com" <rnjsals0905@ajou.ac.kr>
Date: Sun, 26 Nov 2023 21:59:03 +0900
Subject: [PATCH] =?UTF-8?q?[EDIT]=20=EC=A3=BC=EC=B0=A8=20=EB=8B=AC?=
 =?UTF-8?q?=EB=A0=A5=EC=9D=84=20=EC=9C=84=ED=95=9C=20css=20=EC=B6=94?=
 =?UTF-8?q?=EA=B0=80=20=EB=B0=8F=20=EC=A3=BC=EC=B0=A8=20=EB=8B=AC=EB=A0=A5?=
 =?UTF-8?q?=20=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../src/components/CalendarWeek2.jsx          |  2 +-
 react-whenMeet/src/styles/Calendar.css        | 30 +++++++++++++++++++
 2 files changed, 31 insertions(+), 1 deletion(-)
 create mode 100644 react-whenMeet/src/styles/Calendar.css

diff --git a/react-whenMeet/src/components/CalendarWeek2.jsx b/react-whenMeet/src/components/CalendarWeek2.jsx
index 43c6b66..d0b7029 100644
--- a/react-whenMeet/src/components/CalendarWeek2.jsx
+++ b/react-whenMeet/src/components/CalendarWeek2.jsx
@@ -1,5 +1,5 @@
 import React, { useState } from "react"
-import './Calendar.css'
+import '../styles/Calendar.css'
 import MakeDay2 from "./MakeDay2";
 import TableCell from "./TableCell";
 
diff --git a/react-whenMeet/src/styles/Calendar.css b/react-whenMeet/src/styles/Calendar.css
new file mode 100644
index 0000000..7eb60d1
--- /dev/null
+++ b/react-whenMeet/src/styles/Calendar.css
@@ -0,0 +1,30 @@
+.calendar{
+    .day{
+        display: flex;
+    }
+    .cells{
+        display: flex;
+    }
+    .cella{
+        width: 14%;
+    }
+    .cellb{
+        width: 14%;
+    }
+}
+table {
+    /* width: 100%; */
+    border: 1px solid #444444;
+
+    .ttt{
+        /* width: 100%;  */
+        height: 10px;
+        border: 1px solid #444444;
+    }
+    
+    .table_head{
+        margin-left: auto;
+        margin-right: auto;
+    }
+    
+}
\ No newline at end of file
-- 
GitLab