aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: 91f90402c76fc1fb27dde01fbdb4d3c51562836a (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
body {
	width: 40em;
	margin: 2em;
	font-size: 18px;
	line-height: 1.4em;
	background-color: white
}

h1 {
	padding-bottom: 0.5em;
}

pre {
	background-color: #f4f4f4;
	padding: 1em;
}

table {
	border: 1px;
}

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

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