-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
78 lines (72 loc) · 1.04 KB
/
Copy pathmain.css
File metadata and controls
78 lines (72 loc) · 1.04 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
margin: 0;
padding: 0;
font-family: 'Lato', Helvetica, sans-serif;
font-size: 18px;
line-height: 1.5;
color: #444444;
padding: 54px;
max-width: 720px;
margin: 0 auto;
border-left: 6px solid #e2231a;
}
/* Styles other page elements below */
header{
margin-top:0;
}
h1{
color:red;
font-weight:100;
margin-bottom:0;
margin-top:0;
}
h4{
font-weight:150;
margin-top:0;
}
h3{
font-weight: 200;
color: #cccccc;
margin-bottom:0;
}
h2{
font-weight: 500;
margin-top:0;
}
h6{
color:#e2231a;
text-align:right;
font-size: 1em;
margin-bottom: 3%;
}
img{
width:100%;
}
a{
padding-right: 2%;
padding-left: 2%;
}
.top-nav-link{
color:#dddddd;
}
.bottom-nav-link{
text-decoration:none;
color:#e2231a;
border-right: 1px solid #dddddd;
}
section {
border-bottom: 1px solid #dddddd;
}
footer{
margin-top: 3%;
color: #dddddd;
}
#bottom-nav{
margin-top: 8%;
}
.first-link{
padding-left:0;
}
#last-bot-link{
border-right: none;
}