From a47b7fa697b16c2d745e6b3fbc9a7d214280964b Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 9 Nov 2024 22:58:32 +0100 Subject: feat(credits): credits on all pages --- scss/main.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/main.scss b/scss/main.scss index 60a3a90..0e00810 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -8,12 +8,23 @@ body { font-size: 18px; } +.credits { + position: fixed; + bottom: 1em; + display: flex; + gap: 1em; + font-size: 16px; + & a { + color: black; + } +} + main { width: 50%; background: mediumpurple; padding: 2rem; border-radius: 32px; - box-shadow: 0px 0px 70px 2px rgba(0,0,0,0.75); + box-shadow: 0 0 70px 2px rgba(0,0,0,0.75); } h1 { @@ -45,7 +56,7 @@ h2 { & img { height: 128px; border-radius: 32px; - box-shadow: 0px 0px 50px -20px rgba(0,0,0,0.75); + box-shadow: 0 0 50px -20px rgba(0,0,0,0.75); } } & h2, p { -- cgit v1.2.3