-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanner.css
66 lines (58 loc) · 1.06 KB
/
banner.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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(255,255,255,0);
}
html{
font-size: 62.5%;
}
body{
background-color:
#0f0617;
}
/* ----LIVE NEWS----LIVE NEWS----LIVE NEWS----LIVE NEWS----LIVE NEWS----LIVE NEWS */
.carousel-cell{
padding-left: 2rem;
cursor: pointer;
}
#kd_liveNews{
margin-top: 5rem;
}
#kd_liveNews>h2{
/* margin-bottom: 3rem; */
color: white;
font-family:NotoSansMedium, sans-serif;
font-size:2.1rem;
font-weight:500;
padding-left: 4rem;
}
.transfor>img{
width: 100%;
margin-bottom: 2rem;
}
.transfor{
margin-top: 4rem;
}
.transfor>p{
color: white;
font-size: 2rem;
font-family:NotoSansMedium, sans-serif;
margin-top: 1rem;
}
@media all and (min-width: 768px) and (max-width: 1024px){
html{
font-size: 52.5%;
}
.carousel-cell>img{
width: 100%;
}
}
@media all and (min-width: 320px) and (max-width: 767px){
html{
font-size: 42.5%;
}
.carousel-cell>img{
width: 100%;
}
}