diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-01-15 18:47:31 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-01-15 18:47:31 -0500 |
| commit | dd985da30853cc2109ee7995a18192d6f4717bde (patch) | |
| tree | f4b66c430cbc825d56afbefdc7d6924956975f7d /paper.css | |
| parent | 87cda04dbba92da79272480e0086668c09366c75 (diff) | |
| download | resume-dd985da30853cc2109ee7995a18192d6f4717bde.zip | |
paper border
Diffstat (limited to 'paper.css')
| -rw-r--r-- | paper.css | 8 |
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; +} |