From 1ba86c8ae9d395e42e7a926962f622aed48be14f Mon Sep 17 00:00:00 2001 From: Rei Date: Thu, 22 Aug 2024 14:54:12 +1000 Subject: [PATCH] Reference within styles.css --- styles.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 964a77d..b0c9ce5 100644 --- a/styles.css +++ b/styles.css @@ -29,6 +29,24 @@ body { h1 { font-size: 4em; - font-family: 'Jersey 10', cursive; + font-family: 'Jersey 10', sans-serif; color: #ffffff; } + +.credit { + position: absolute; + bottom: 10px; + left: 10px; + color: #ffffff; + font-size: 0.8em; + z-index: 1; +} + +.credit a { + color: #ffffff; + text-decoration: underline; +} + +.credit a:hover { + text-decoration: none; +}