-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystyle.css
More file actions
76 lines (58 loc) · 1.11 KB
/
mystyle.css
File metadata and controls
76 lines (58 loc) · 1.11 KB
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
html {
font-size: 16px; font-family: 'Noto Sans KR', sans-serif;
}
.container{
display: grid;
width: 1400px;
grid-template-columns: 220px 500px 500px 220px ;
margin: 0px auto;
}
.container2{
display: grid;
width: 1440px;
grid-template-columns: 0px 1440px 0px ;
margin: 0 auto;
overflow: hidden;
}
.container3{
display: grid;
width: 1440px;
margin: 0px auto;
color: black;
}
.headernav{
display: grid;
width: 1440px;
grid-template-columns: 240px 240px 240px 240px 240px 240px ;
margin: 0px auto;
text-align: center;
background-color: black;
color: white;
margin-right: 1px white;
font-size: 1.25rem ;
}
.item{
font-size: 1.25rem ;
}
.item1{
font-size: 2.5rem ;
}
.headtext{
top: 500px; color: white; position: absolute;
}
.whitetext{
text-decoration-color: white;
}
.text{
font-family: 'Noto Sans KR', sans-serif;
}
.box1{margin: 20px; line-height: 24px;}
.box2{
margin: 20px;
font-size: 0.8rem;
color: rgb(41, 41, 41);
line-height: 16px;
}
.text1{
line-height: 24px;
}