-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
67 lines (59 loc) · 1 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
body {
margin-left: 5vw;
}
.date {
margin-top: 3vh;
font-size: 1.5vh;
font-family: 'Raleway', sans-serif;
font-weight: 400;
color: #5D5D5D;
}
h1 {
margin-top: 2vh;
font-size: 4vh;
font-family: 'Raleway', sans-serif;
font-weight: 800;
color: #000;
}
.horizontal-scroll {
margin-top: 3vh;
height: 40vh;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
}
.box::-webkit-scrollbar {
display: none;
}
.card1,
.card2,
.card3 {
height: 100%;
width: 80vw;
display: inline-block;
margin-right: 5vw;
}
.card {
object-fit: cover;
border-radius: 1vh;
box-shadow: 0 0.5vh 2vh 0 #00000033;
}
h3 {
margin-top: 2vh;
font-family: 'Raleway', sans-serif;
font-size: 1.2vh;
font-weight: 700;
letter-spacing: 0.5px;
text-align: left;
color: #ff4a4a;
}
h2 {
margin-top: 0;
margin-right: 20vw;;
font-family: 'Raleway', sans-serif;
font-size: 2.2vh;
font-weight: 700;
letter-spacing: -0.1px;
text-align: left;
color: #000000;
}