-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
47 lines (47 loc) · 783 Bytes
/
Copy pathmain.css
File metadata and controls
47 lines (47 loc) · 783 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
47
.nav {
background-color: #00CC29;
padding-left: 4%;
padding-right: 4%;
}
.main {
padding-left: 3%;
}
body {
margin-left: 0%;
margin-top: 0%;
margin-right: 0%;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
button {
padding-top: 1%;
padding-bottom: 1%;
margin-right: 0%;
margin-left: 0%;
background: none;
border: none;
}
a {
padding-left: 1%;
padding-right: 1%;
border: none;
text-decoration: none;
color: white;
}
h2 {
font-size: 1.5rem;
font-weight: bold;
}
a, p {
font-size: 1rem;
line-height: 1.5em;
}
button:hover {
background-color: 3D8F4E
}
a.extension {
padding-left: 1%;
padding-right: 1%;
border: none;
text-decoration: none;
color: black;
}