aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: ef54cec37d3cd645a755deb620df1ec26ca0c5e8 (plain)
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
nav{
	float:left;
	padding:2em;
	border-right:1px solid black;
}
article{
	margin: auto auto auto 20%;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
nav>ol{
	list-style-type: none;
}
body{
	line-height:1.6;
	font-size:18px;
	color:#444;
	padding:0 10px
}
h1,h2,h3{
	line-height:1.2
}