Skip to content
Snippets Groups Projects
Commit 6692550f authored by 이권민's avatar 이권민
Browse files

[EDIT] 주차 달력을 위한 css 추가 및 주차 달력 수정

parent 2cc2a641
No related branches found
No related tags found
No related merge requests found
import React, { useState } from "react" import React, { useState } from "react"
import './Calendar.css' import '../styles/Calendar.css'
import MakeDay2 from "./MakeDay2"; import MakeDay2 from "./MakeDay2";
import TableCell from "./TableCell"; import TableCell from "./TableCell";
......
.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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment