summaryrefslogtreecommitdiff
path: root/src/css/guzzle.css
blob: f3bc9e00ed04d0fd95aa4789547f88236fa8fba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
	background-color: tan;
	font-family: monospace;
}

.content p,
li {
	font-size: large;
}

.gifs {
	width: 33%;
	clear: both;
	text-align: center;
}

#vidya {
	display: flex;
	justify-content: center;
}