Newer
Older
background-color: #3cb371; /* Set the background color of the entire page */
margin: 0;
padding: 0;
width: 30%;
padding: 20px;
background-color: #f4f4f4;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
text-align: center;
margin-bottom: 20px;
color: #333333;
font-size: 24px;
font-family: "Lato";
h2 {
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
margin: 0;
}
.timeStartEnd{
display: flex;
align-items: center;
justify-content: space-between;
white-space: nowrap;
margin: 0;
}
width: 100%;
padding: 10px;
margin: 8px 0;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 4px;
width: 100%;
padding: 10px;
margin-top: 16px;
background-color: #3498db;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
.header{
display: flex;
gap: 100px;
}
.purpose-selector{
margin : 20px;
}
margin: 0 auto; /* 가운데 정렬을 위해 margin을 auto로 설정합니다. */
}
/* cella 클래스에 대한 스타일 */
.calendarTable .cella {
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.mostTime {
position: absolute;
margin-top: 200px;
margin-left: 20px;
width: 20em;
border-width: 1px;
border-color: black;
border-style: solid;
padding: 20px;
}
.possibleMan {
position: absolute;
margin-left: 20px;
margin-top: 800px;
width: 20em;
border-width: 1px;
border-color: black;
border-style: solid;
padding: 20px;
}
.title-box {
text-align: center;
border-width: 1px;
border-color: black;
border-style: solid;
margin: 10px;
padding: 2px 10px;
}
/* Media queries for responsiveness */
@media (max-width: 768px) {