-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsections.css
78 lines (62 loc) · 969 Bytes
/
sections.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/css?family=Signika+Negative:300,400&display=swap");
*,
*:before,
*:after {
box-sizing: border-box;
letter-spacing: 0.04em;
}
.section {
height: auto;
width: 100%;
padding: 50px;
text-align: center;
overflow: hidden;
display: flex;
justify-content: center;
}
.titleSection {
height: 100vh;
}
.bg4 {
height: auto;
}
.bg1 {
background-color: #ccc;
}
.bg1 div {
width: 75%;
}
.bg2 {
background-color: rgb(31, 30, 46);
color: white;
display: flex;
justify-content: center;
align-items: center;
}
.bg3 h1 {
width: 25%;
}
.bg3 {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.bg3 {
background-color: #ccc;
}
.bg4 h1 {
color: white;
}
h1 {
font-size: 40px;
line-height: 1.2;
margin: 0;
}
.revealUp {
opacity: 0;
visibility: hidden;
}
.spacer {
height: 50vh;
background-color: #000;
}