-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (47 loc) · 719 Bytes
/
style.css
File metadata and controls
55 lines (47 loc) · 719 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
#name {
margin-top: 20px;
text-align: center;
}
#categories{
margin-top: 30px;
margin-bottom: 20px;
}
#categories h2{
color:brown;
text-align: left;
}
#books {
height: : 50%;
overflow: hidden;
}
#categories p {
color:grey;
text-align: left;
}
#aboutme h2{
margin-top: 100px;
color:brown;
background-color:white;
text-align: center;
}
#aboutme p {
padding-left: 80px;
padding-right: 20px;
color:grey;
background-color:white;
text-align: center;
}
#me{
margin-left: 200px;
margin-top: 100px;
}
/*Featurettes*/
.featurettes-divider {
margin:80px 0; /*Space out the <hr> more */
}
#info {
margin-top: 200px;
margin-bottom: 100px;
color:grey;
text-align: center
}