-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
318 lines (259 loc) · 5.15 KB
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
/*
덕성여자대학교 2023 해커톤_ 팀13_ 웹11_ 공강공간공장장
공강 시간 활용 사이트_ 메인 페이지_ css
*/
body {
margin: 0px;
}
/* 중앙 타이틀 */
h1 {
color: #000;
text-align: center;
font-feature-settings: 'clig' off, 'liga' off;
/* _H2_Noto Sans KR_Light_60px */
font-family: Noto Sans KR;
font-size: 70px;
font-style: normal;
font-weight: 300;
line-height: 72px;
/* 120% */
letter-spacing: -0.5px;
margin-top: 190px;
margin-bottom: 20px;
position: relative;
}
/* 중앙 검색창 */
.search {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 628px;
margin: 0 auto;
position: relative;
top: -25px;
}
input[type=text] {
text-align: center;
width: 100%;
height: 32px;
font-size: 15px;
padding-left: 30px;
border-radius: 24px;
border: 2px solid var(--primary-primary-normal, #5383FF);
background: #FFF;
}
.search_icon {
width: 17px;
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
}
input[type=text]:focus {
border: 2px solid #74ABFF;
}
/* 카테고리 버튼 */
.kategorie {
width: 100px;
height: 32px;
flex-shrink: 0;
font-size: 15px;
border: 0px solid black;
border-radius: 16px;
background: var(--grayscale-f-0, #F0F0F0);
background-color: transparent;
margin-left: 8px;
margin-top: -10px;
color: #000;
text-align: center;
font-feature-settings: 'clig' off, 'liga' off;
background: #F0F0F0;
/* _Body 2_Noto Sans KR_Regular_14px */
font-family: Noto Sans KR;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
/* 142.857% */
letter-spacing: 0.25px;
width: 100px;
height: 32px;
flex-shrink: 0;
}
.kategorie:hover {
background-color: #74ABFF;
}
/* 커뮤니티, 로그인/회원가입 버튼 */
.header-icons {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
/* 아이콘과 텍스트 사이의 간격 */
top: 9px;
}
.right-button {
text-decoration: none;
display: flex;
align-items: center;
gap: 5px;
/* 아이콘과 텍스트 사이의 간격 */
}
.right-button img {
max-width: 40px;
/* 이미지 최대 너비 */
}
img.right-button {
width: 24px;
height: 24px;
}
a.right-button {
text-decoration: none;
color: #000;
font-feature-settings: 'clig' off, 'liga' off;
/* _Subtitle 1_Noto Sans KR_Regular_16px */
font-family: Noto Sans KR;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
/* 150% */
letter-spacing: 0.15px;
}
.header-icons {
display: flex;
justify-content: flex-end;
align-items: center;
position: relative;
right: 24px;
}
.icon-text {
display: flex;
align-items: center;
margin-left: 16px;
}
.community_icon {
display: flex;
margin-top: 0px;
margin-right: -8px;
width: 21.8px;
height: 21.8px;
}
.community_button {
background-color: #fff;
color: #333;
}
header {
position: relative;
width: 100%;
height: 45px;
background-color: #74ABFF;
}
.anonymous_icon {
display: flex;
position: relative;
margin-top: 0px;
width: 18px;
height: 18px;
}
.community_text {
margin-left: 10px;
margin-right: 14px;
font-family: 'IBM Plex Sans KR', sans-serif;
font-weight: bold;
}
.anonymous_text {
margin-left: 4px;
font-family: 'IBM Plex Sans KR', sans-serif;
font-weight: bold;
}
.image {
grid-column: span 1;
}
@media (min-width: 768px) {
.grid-container {
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.text,
.image {
grid-column: span 1;
}
}
.anonymous_icon {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 500px;
margin: 0 auto;
position: relative;
width: 100px;
height: 100px;
border: 4px solid #060606;
/* 테두리 스타일과 색상 지정 */
border-radius: 50%;
/* 원형 테두리를 위한 속성 */
}
/* 카테고리 별 콘텐츠 */
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
padding: 20px;
font-family: 'IBM Plex Sans KR', sans-serif;
font-weight: bold;
font-size: 20px;
}
.column {
display: flex;
flex-direction: column;
}
.item {
padding: 10px;
margin-bottom: 10px;
}
.text {
grid-column: span 1;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid black;
border: 2px solid rgb(252, 247, 247);
background-color: #FAFAFA;
border-radius: 15px;
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
border-radius: 20px;
background: var(--grayscale-fa, #FAFAFA);
}
.image {
grid-column: span 1;
}
@media (min-width: 768px) {
.grid-container {
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.text,
.image {
grid-column: span 1;
}
}
/* 이미지 크기 설정 */
.item.image img {
height: 300px;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 500px;
margin: 0 auto;
position: relative;
border-radius: 10px;
background: linear-gradient(360deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
}
/* 수평선 */
hr {
width: 1120px;
height: 1px;
background: #8C8C8C;
}