-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject_print.css
64 lines (60 loc) · 1.05 KB
/
project_print.css
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
/* style.css */
body {margin: 0; padding: 0;
color: #000; background: #FFF;
font-family: Arial, sans-serif;
}
div {width: 90%;
margin: 0 auto 0 auto;
border-top: 2px solid black;
}
header {
height: 3em;
border-bottom: 1px dotted black;
border-top: 1px solid black;
}
header span{
font: 120% Georgia,serif;
color: black;
float: right;
margin-right: 2em;
margin-top: 0.6em;
}
header img {
margin-top: 0.5em;
margin-left: 2em;
}
nav {
display: none;
float: left;
margin-top: 2em;
margin-left: 2em;
width: 13em;
}
nav ul {
list-style-type: none;
padding-left: 0;
margin-left: 1em;
}
nav ul li {
font-size: 80%;
border-bottom: 1px dotted;
margin-bottom: 0.3em;
}
nav h2 {
font: 110% Georgia,serif;
border-bottom: 1px dotted;
color: #000;
}
nav a {text-decoration: none; color: black}
section {
margin-left: 2em;
margin-right: 2em;
}
section h1 {
font: 150% Georgia, serif;
}
section p {
margin-left: 1em;
font-size: 80%;
line-height: 1.6em;
}