-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (38 loc) · 733 Bytes
/
style.css
File metadata and controls
47 lines (38 loc) · 733 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
* {
/*outline: 1px dotted orange;*/
font-family: Source Sans Pro HB, Helvetica Neue ,Helvetica , Arial ,sans-serif, Microsoft Yahei;
}
li {
list-style-type: square;
}
header h1 {
text-transform: uppercase;
text-align: center;
margin-top: 0;
padding-bottom: 10px;
border-bottom: 4px solid #000;
}
.bio_section {
}
.bio_section_heading {
text-transform: uppercase;
margin-bottom: 0;
}
.bio_section_content {
margin-left: 20px;
margin-top: 0;
}
#page {
max-width: 940px;
min-width: 720px;
margin: 10px auto 10px auto;
padding: 20px;
border: 6px solid #000;
background-color: #ffffff;}
#me_section li {
margin: 0px 20px;
display: inline;
}
#me_section li:before {
content: "\ffed ";
}