forked from harim061/majorFront
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhan.css
More file actions
135 lines (123 loc) · 2.35 KB
/
han.css
File metadata and controls
135 lines (123 loc) · 2.35 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
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
#page_5{
margin-top: -6%;
}
.han{
width: 100%;height: 100%;
background-color: #0A1843;
text-align: center;
margin: 0;
padding-top: 5%;
overflow: visible;
}
.han h1{
font-family: 'lemon';
font-style: normal;
font-weight: bolder;
text-align: center;
color: #FFFFFF;
font-weight: 400;
font-size: 60px;
line-height: 84px;
text-shadow: 3px 3px #6183E7;
}
#han2{
width: 100%;
height: 65%;
float: left;
overflow-x: scroll;
overflow-y: hidden;
scrollbar-width:thin;
}
#han3{
width: 200%; padding: 0 25%; display:flex; justify-content: space-between; padding-top: 10%;
}
#han2::-webkit-scrollbar {
height: 70px;
}
#han2::-webkit-scrollbar-track {
background-color: #0A1843;
border-radius: 100px;
}
#han2::-webkit-scrollbar-thumb {
background-color: #eee;
height: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
border-radius: 100px;
background-clip: padding-box;
border: 30px solid transparent;
}
/* #han2::-webkit-scrollbar{
display:none;
} */
#han2 span{
color: #6183E7;
font-family: 'Lemon';
font-style: normal;
font-weight: 500;
font-size: 170px;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#han2 div{
font-family: 'Lemon';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 60px;
color: #FFFFFF;
}
#han3>div{
width: 100%;
}
/* #han3 div>div{
padding: 30px;
} */
@media screen and (max-width:1280px){
/*태블릿 가로*/
.han h1{
font-size: 40px;
line-height: 84px;
}
#han2 span{
font-weight: 500;
font-size: 150px;
}
#han2 div{
font-weight: 400;
font-size: 14px;
line-height: 40px;
}
#han3{
padding: 0 10%;
padding-right: 20%;
padding-top: 10%;
}
#han3>div>div{
width: 550px;
margin: 10px;
}
}
@media screen and (max-width:420px) {
/* 모바일 세로 */
.han h1{
font-size: 35px;
line-height: 84px;
}
#han2 span{
font-weight: 500;
font-size: 70px;
}
#han2 div{
font-weight: 400;
font-size: 14px;
line-height: 40px;
}
#han3{
padding: 0 10%;
padding-right: 20%;
padding-top: 10%;
}
#han3>div>div{
width: 340px;
margin: 10px;
}
}