From 72aacb5cadfc5cfd461faed1e2ae622607f1ac64 Mon Sep 17 00:00:00 2001 From: Rei Date: Thu, 22 Aug 2024 15:00:05 +1000 Subject: [PATCH] Reference email in CSS --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles.css b/styles.css index b0c9ce5..a94e658 100644 --- a/styles.css +++ b/styles.css @@ -33,6 +33,12 @@ h1 { color: #ffffff; } +.email { + font-size: 1.2em; + margin-top: 10px; + color: #ffffff; +} + .credit { position: absolute; bottom: 10px;