-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
56 lines (48 loc) · 706 Bytes
/
Copy pathstylesheet.css
File metadata and controls
56 lines (48 loc) · 706 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
@import url("reset.css");
body {
font-family: Trebuchet MS, Verdana, serif;
font-size: 100%;
padding: 2px;
margin: 0;
background-color: #fff;
color: #000;
line-height: 1.5;
}
h1 {
color: #000;
margin-bottom: 5px;
margin-top: 10px;
font-size: 1em;
font-weight: bold;
}
h2 {
padding-top: 20px;
color: #8e8e8e;
margin-bottom: 5px;
margin-top: 10px;
}
#content {
margin-top: 7%;
margin-left: 7%;
margin-right: 7%;
}
#contact {
text-decoration: none;
outline: none;
color: #000;
margin: 1px;
line-height: 200%;
}
#menu {
margin: 1%;
color: #8e8e8e;
}
a, a:visited {
text-decoration: none;
outline: none;
color: #000;
margin: 5px;
}
a:hover {
text-decoration: underline;
}