-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmission.css
More file actions
46 lines (40 loc) · 844 Bytes
/
mission.css
File metadata and controls
46 lines (40 loc) · 844 Bytes
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
header {
height: 100vh;
background-image: url(mission-head.jpg);
background-size: cover;
}
.text > h1 {
text-transform: uppercase;
font-family: 'DM Sans', sans-serif;
text-align: center;
font-size: 65px;
font-weight: 700;
margin-top: 30vh;
color: white;
}
.serv-text {
font-size: 25px;
font-weight: 700;
margin-left: 30px;
margin-top: 100px;
font-family: 'Red Hat Display', sans-serif;
}
footer {
margin-top: 50px;
text-align: center;
font-family: 'DM Sans', sans-serif;
border-top: 1px solid black;
/* background: linear-gradient(180deg, #d3d7e8, #ebf0f6); */
}
footer > p {
padding: 20px;
margin-left: 40px;
margin-right: 40px;
}
.statements {
margin-top: 30px;
}
.statements > p {
margin: 1em;
font-family: 'DM Sans', sans-serif;
}