This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
dasi.css
94 lines (77 loc) · 1.56 KB
/
dasi.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
@font-face {
font-family: 'NPSfontBold';
src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/NPSfontBold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
body{
margin:0;
padding:0;
background-color:rgba(243, 243, 243, 1);
}
#symbol{
font-family: 'NPSfontBold';
color:rgba(30, 30, 30, 1);
font-size:24px;
}
header{
width:100vw;
height:116px;
display:flex;
flex-direction: column;
background-color:white;
border-bottom:1px solid rgba(219, 219, 219, 1);
}
#logo{
display:flex;
flex-direction: row;
justify-content: space-between;
align-items:center;
margin-left:20px;
margin-right:20px;
}
#menu{
display:flex;
flex-direction: row;
align-items:center;
}
#home{
text-decoration:none;
color:rgba(255, 122, 122, 1);
border-bottom:2px solid rgba(255, 122, 122, 1);
padding-bottom: 16px; /* 기본적인 간격 유지 */
}
#menu>p {
position: relative;
margin-left: 20px;
font-size: 14px;
color: rgba(30, 30, 30, 1);
font-weight: 600; /* 기본 굵기 */
}
#chat{
text-decoration: none;
color:rgba(30, 30, 30, 1);
}
main{
width:100vw;
height:811px;
}
#banner{
margin-top:12px;
width:100vw;
height:120px;
display:flex;
justify-content: space-between;
align-items: center;
color:white;
background-color:rgba(112, 197, 231, 1);
}
#campaign_banner{
font-size:20px;
margin-left:20px;
}
#photo{
left:-600;
overflow:hidden;
margin-bottom:20px;
}