summaryrefslogtreecommitdiffstats
path: root/paper.css
blob: 4877b71664e45e7dce09006092aea2a03993d8ad (plain) (blame)
1
2
3
4
5
6
7
8
/* US letter size paper */
html {
	width: 8.5in;
	height: 11in;
	margin: 1rem auto;
	border: 1px solid #888;
	box-shadow: .5rem .5rem #eee;
}