From 471690cabe6dee4cfc1efd89b9f28ed88f604484 Mon Sep 17 00:00:00 2001 From: nukashimika Date: Sat, 3 Sep 2022 08:18:12 -0600 Subject: [PATCH] Added link to Website source page --- src/index.md | 7 +++++++ src/links/index.md | 8 ++++++++ src/links/style.css | 9 +++++++++ src/style.css | 7 +++++++ 4 files changed, 31 insertions(+) diff --git a/src/index.md b/src/index.md index 519e30e..9585a5b 100644 --- a/src/index.md +++ b/src/index.md @@ -4,3 +4,10 @@ Hi I'm Catherine. I'm a woman from Texas. I will occasionally do things online.\ Anyways, this website is mostly just a link farm, so click this here. + + + diff --git a/src/links/index.md b/src/links/index.md index 708c5ac..116654b 100644 --- a/src/links/index.md +++ b/src/links/index.md @@ -1,2 +1,10 @@ # Links + + + + diff --git a/src/links/style.css b/src/links/style.css index afc95e6..5f2acb1 100644 --- a/src/links/style.css +++ b/src/links/style.css @@ -62,3 +62,12 @@ ul#links li.discord { background-position: left; background-size: 1.5em; } + + +.footer-text { + text-align: center; + position: fixed; + bottom: 0px; + width: 100%; + font-size: 0.5em +} diff --git a/src/style.css b/src/style.css index 7ba5938..88a3dee 100644 --- a/src/style.css +++ b/src/style.css @@ -28,3 +28,10 @@ p { background:#BE0C0C; } +.footer-text { + text-align: center; + position: fixed; + bottom: 0px; + width: 100%; + font-size: 0.5em +}