summaryrefslogtreecommitdiff
path: root/styles.css
blob: 4b0b6a24c1ef087539f6e4ecc43c467e78b2314d (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
body {
	background-color: snow;
	font-family: Arial, sans;
}

.logo {
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	margin-bottom: 0.5em;
}

.content {
	justify-self: center;
	width: 1000px;
	border: 1px solid #333333;
	box-shadow: 0 0 0.25em #444444;
	padding: 8px 12px;
	background-color: white;
}

footer {
	justify-self: center;
}