aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: b87000c6d4a23240af5dbcb65c49512383541ec3 (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
28
29
30
31
32
33
34
35
36
37
38
39
body {
	width: 40em;
	margin: 2em;
	font-size: 17px;
	line-height: 1.4em;
	background-color: white
}

h1 {
	padding-bottom: 0.5em;
	font-size: 26px;
}

h2 {
	padding-bottom: 0.5em;
	font-size: 22px;
}

pre {
	border: 1px #ddd solid;
	background-color: #f4f4f4;
	padding: 1em;
	font-size: 14px;
}

table {
	border: 1px;
}

.head {
	font-size: 16px;
	font-weight: bold;
	background-color: #e7e7e7;
	padding: 0.5em;
}

p {
	 /*text-align: justify;*/
}