diff options
| author | Blallo <blallo@autistici.org> | 2025-03-09 15:55:45 +0100 |
|---|---|---|
| committer | Blallo <blallo@autistici.org> | 2025-03-09 15:55:45 +0100 |
| commit | 48f412cb8dd03ed27d739733d44329e53afde555 (patch) | |
| tree | a0109badb0cba4c5d5609f0d6c2ec6fcbdc99722 | |
| parent | 70c986be4ea525974cb0fb58572bd2627079560d (diff) | |
add footer
| -rw-r--r-- | handmade.css | 18 | ||||
| -rw-r--r-- | handmade.html | 1 | ||||
| -rw-r--r-- | handmade.pdf | bin | 30614 -> 31602 bytes |
3 files changed, 19 insertions, 0 deletions
diff --git a/handmade.css b/handmade.css index 93a4281..1bea530 100644 --- a/handmade.css +++ b/handmade.css @@ -110,6 +110,20 @@ h3 { font-size: 0.8rem; } +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + text-align: center; + font-size: 0.5rem; + margin-bottom: 0.2rem; +} + +.footer > a { + font-size: 0.5rem; +} + @media print { body { width: 21cm; @@ -137,6 +151,10 @@ h3 { margin-left: 3em; margin-right: 8em; } + + .footer { + margin-bottom: 10mm; + } } @media screen and (width >= 1000px) { diff --git a/handmade.html b/handmade.html index f316fe3..59cee59 100644 --- a/handmade.html +++ b/handmade.html @@ -84,6 +84,7 @@ </div> <div hclass="hcontainer"> </div> + <div class="footer">Handmade with <3 - No ©|CC0 - source at <a href="https://git.unoze.ro/~blallo/cv">git.unoze.ro/~blallo/cv</a></div> </body> </html> <!-- vim:set noet ts=4 sts=0 sw=0: --> diff --git a/handmade.pdf b/handmade.pdf Binary files differindex 259fe2b..c6e35d2 100644 --- a/handmade.pdf +++ b/handmade.pdf |
