-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (43 loc) · 717 Bytes
/
style.css
File metadata and controls
52 lines (43 loc) · 717 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
body {
margin:5px;
padding:5px;
width:100%;
font-family: 'Economica', sans-serif;
font-size:80%;
text-align: center;
background-position: left bottom;
background-repeat: no-repeat;
color:black;
list-style-type: none;
}
#header {
font-size:100%;
text-align: center;
font-weight:10;
left:0;
right:0;
color:grey;
padding-bottom: 50px;
}
#container {
text-align: left;
padding: 10px;
font-size: 1.5em;
margin-left: 10px;
margin-right: 10px;
}
h1 {
font-size: 1.2em;
}
h2 {
font-size: 1em;
}
li {
/* display:inline-block; */
font-size: 1.2em;
text-decoration: none;
list-style-type: none;
}
#nav {
bottom: 0px;
}