summaryrefslogtreecommitdiffstats
path: root/paper.css
diff options
context:
space:
mode:
Diffstat (limited to 'paper.css')
-rw-r--r--paper.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/paper.css b/paper.css
new file mode 100644
index 0000000..4877b71
--- /dev/null
+++ b/paper.css
@@ -0,0 +1,8 @@
+/* US letter size paper */
+html {
+ width: 8.5in;
+ height: 11in;
+ margin: 1rem auto;
+ border: 1px solid #888;
+ box-shadow: .5rem .5rem #eee;
+}