-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhelp.css
More file actions
65 lines (49 loc) · 617 Bytes
/
Copy pathhelp.css
File metadata and controls
65 lines (49 loc) · 617 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
62
63
64
65
body{
background-color: #242424;
}
a:link{
color: white;
text-decoration: none;
}
a:visited{
color: white;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
/* WHITE TEXT */
h1{
color: white;
margin: 0;
}
h2{
color: white;
}
p{
margin: 0;
color: white;
}
#credit{
padding-bottom: 30px;
}
#credit a:link{
text-decoration: underline;
}
#credit a:visited{
text-decoration: underline;
}
#credit a:hover{
color: #D6D6D6;
}
#para1{
width: 45em;
}
#navbar a{
float: right;
display: inline-block;
background-color: #424242;
padding: 10px;
margin: 5px;
border-radius: 6px;
}