From f836c8a8cb4e6970d650fe6d111862c9f396411b Mon Sep 17 00:00:00 2001 From: thomasdoerksen <78371071+renewedphilosophy@users.noreply.github.com> Date: Thu, 15 Aug 2024 09:59:37 -0700 Subject: [PATCH] Update index.html --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9ffd70f..019b7a0 100644 --- a/index.html +++ b/index.html @@ -156,7 +156,12 @@ .band-header>header h1 { color: white; - font-size: 30px; + font-size: 50px; + text-shadow: + -1px -1px 0 #000, + 1px -1px 0 #000, + -1px 1px 0 #000, + 1px 1px 0 #000; margin-left: 20px; margin-top: 20px; text-align: center;