-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.css
More file actions
61 lines (59 loc) · 997 Bytes
/
index.css
File metadata and controls
61 lines (59 loc) · 997 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
header {
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #40434E;
margin-right: 2%;
margin-left: 2%;
margin-top: 2%;
}
p {
margin-left: 2%;
color: #40434E;
}
body {
background-color: #EBEBEB;
color: #3A405A;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin-right: 12%;
margin-left: 12%;
/* margin-top: 10%; */
}
a {
color: #40434E;
}
div {
position: fixed;
left: 0px;
width: 150px;
top: 0px;
height: 1000px;
background-color: #3A405A;
}
.sidenav {
height: 100%;
width: 150px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background: #3A405A;
overflow-x: hidden;
padding-top: 20px;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #EBEBEB;
display: block;
}
.sidenav a:hover {
color: #AFCEFF;
}
img {
margin-left: 2%;
/* width: 640px;
height: 340px; */
}
button {
margin-left: 2%;
}