-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
75 lines (67 loc) · 1.14 KB
/
style.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
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Gowun+Dodum&display=swap');
#logo{
width: 20%;
height: 20%;
margin-top: 10px;
}
article{
display: flex;
flex-direction: column;
margin-top: 50px;
}
.detail{
display: none;
font-family: 'Gowun Dodum', sans-serif;
}
.posTitle{
font-family: 'Do Hyeon', sans-serif;
font-size: 32px;
}
#posExplain{
font-size: 18px;
font-weight: normal;
}
.section{
margin-top: 60px;
margin-bottom: 60px;
text-align: center;
}
#fRank{
font-family: 'Do Hyeon', sans-serif;
font-size: 30px;
}
.dCenter{
text-align: center;
margin-bottom: 10px;
}
#rank{
font-family: 'Do Hyeon', sans-serif;
font-size: 30px;
margin-bottom: 50px;
}
#frame{
max-width: 95%;
height: auto;
}
#dFrame{
max-width: 95%;
height: auto;
}
#title{
font-size: 24px;
font-weight: bold;
}
#explain{
font-size: 18px;
}
#difBtn{
margin-top: 100px;
margin-bottom: 50px;
}
footer{
font-family: 'Gowun Dodum', sans-serif;
text-align: center;
font-size: 14px;
margin-top: 80px;
padding-bottom: 20px;
}