From dd985da30853cc2109ee7995a18192d6f4717bde Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 15 Jan 2026 18:47:31 -0500 Subject: paper border --- paper.css | 8 ++++++++ preview.css | 7 ------- resume.html | 2 +- style.css | 2 ++ 4 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 paper.css delete mode 100644 preview.css 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; +} diff --git a/preview.css b/preview.css deleted file mode 100644 index f6223ec..0000000 --- a/preview.css +++ /dev/null @@ -1,7 +0,0 @@ -/* US letter size paper */ -html { - width: 8.5in; - height: 11in; - border: 1px solid gray; - margin: 1rem auto; -} diff --git a/resume.html b/resume.html index e8146c5..ff529c0 100644 --- a/resume.html +++ b/resume.html @@ -4,7 +4,7 @@ - + diff --git a/style.css b/style.css index 189a265..d54affa 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,8 @@ } body { + color: #000; + background: #fff; width: var(--linewid); margin: 0 auto; padding: .25in .5em; -- cgit v1.2.3