forked from icco/resume
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (41 loc) · 705 Bytes
/
style.css
File metadata and controls
41 lines (41 loc) · 705 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
body { color: #000000; }
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#formats {
width: 800px;
margin-left: auto;
margin-right: auto;
font-family: serif;
background-color: #f2f2f2;
}
#footer {
width: 800px;
margin-left: auto;
margin-right: auto;
font-family: serif;
}
#resume {
width: 700px;
margin-left: auto;
margin-right: auto;
font-family: serif;
}
#resume blockquote {
border-left: 5px solid #dddddd;
margin: 1em 0;
padding-left: 0.6em;
}
#resume a {
color: #4183c4;
text-decoration: none;
}
#resume a:visited {
color: #4183c4;
text-decoration: none;
}
#resume a:hover { text-decoration: underline; }