-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
78 lines (63 loc) · 1.15 KB
/
Copy pathstyles.css
File metadata and controls
78 lines (63 loc) · 1.15 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
body {
background-color: #F2F2DE;
text-align: center;
}
header{
margin: auto;
}
a:link {
color: #f3950c;
}
a:visited {
color: #fca103;
}
a:active {
color: #478aa3;
}
.name10 {
padding: 10px;
margin: auto;
font-size: .825em;
color: #777777;
font-family: Georgia,Times,serif;
font-weight: lighter;
}
.name8 {
padding: 20px;
margin: auto;
font-size: .775em;
color: #777777;
font-family: Georgia,Times,serif;
font-weight: lighter;
}
section {
font-size: .825em;
font-family: Helvetica, Arial, sans-serif;
font-weight: lighter;
color: #321F1A;
max-width: 45%;
margin: auto;
text-align: justify;
display: block;
overflow: auto;
}
.floatimg {
float: right;
margin-bottom: .25em;
margin-left: 1em;
max-width: 45%;
}
footer {
text-align: center;
display: inline-block;
font-size: .825em;
font-family: Helvetica, Arial, sans-serif;
font-weight: lighter;
margin:2em 1em 5em;
}
.link-left{
margin-right: 5rem;
}
.link-right{
margin-left: 5rem;
}