-
Notifications
You must be signed in to change notification settings - Fork 119
Expand file tree
/
Copy pathindex.css
More file actions
59 lines (54 loc) · 1.05 KB
/
index.css
File metadata and controls
59 lines (54 loc) · 1.05 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
nav.header {
background-color: #fff;
}
nav.header * {
color: #3fb0ac;
}
.motivation {
text-shadow: black 0 0 1px, black 0 0 2px, black 0 0 10px;
color: white;
padding: 8em 1em;
margin-bottom: 3rem;
background-size: cover;
background-repeat: no-repeat;
}
.motivation h1 {
font-family: "Bree Serif", serif;
text-align: center;
padding-bottom: 2rem;
}
.motivation .lead {
font-weight: bold;
color: rgba(255,255,255,.85);
}
.calls-to-action {
margin-bottom: 8rem;
}
.calls-to-action .row {
margin-bottom: 3rem;
}
.call-to-action {
text-align: center;
}
.btn-primary, .btn-primary:active, .btn-primary:focus {
background-color: #3fb0ac;
outline-color: white;
border-color: #296e62;
color: white;
}
.btn-primary:active, .btn-primary:focus {
outline-color: #3fb0ac;
}
.btn-primary:hover {
background-color: #296e62;
outline-color: #3fb0ac;
}
.statlabels {
text-align: center;
}
.statlabel {
font-size: 1.5rem;
margin: 0.3rem;
color: #FFF;
background-color: #3b4f5a;
}