summaryrefslogtreecommitdiffstats
path: root/paper.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-01-15 18:47:31 -0500
committerSam Anthony <sam@samanthony.xyz>2026-01-15 18:47:31 -0500
commitdd985da30853cc2109ee7995a18192d6f4717bde (patch)
treef4b66c430cbc825d56afbefdc7d6924956975f7d /paper.css
parent87cda04dbba92da79272480e0086668c09366c75 (diff)
downloadresume-dd985da30853cc2109ee7995a18192d6f4717bde.zip
paper border
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;
+}