-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.css
73 lines (56 loc) · 812 Bytes
/
main.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
html, body {
min-height: 100%;
display: flex;
flex-direction: column;
font-weight: 300;
line-height: 1.5;
}
body{
font-family: 'Lato', sans-serif;
margin: 0;
}
.
.main-content-wrapper>h3 {
font-size: 35px;
font-family: 'Trebuchet MS', 'modern';
color: black;
display: inline;
}
.page-title {
text-align: center;
font-weight: 100;
font-family: 'Lato', sans-serif;
<figure class="row">
}
.back{
margin-left: 20%;
}
.page-description{
}
nav ul{
display: inline;
}
nav li {
display: inline;
margin: 0;
padding: 0 10px;
}
nav a {
height: 60px;
line-height: 60px;
color: #204156;
text-decoration: none;
}
p {
color: #ffffff;
font-size: 2em;
}
.hero a {
color: #00FFAA;
font-size: 24px;
text-decoration: none;
}
#footer {
color: DarkSlateGray;
font-size: 16px;
}