From 727a7aed2d2ba46928805d2f9b40d5bd32300b16 Mon Sep 17 00:00:00 2001 From: John <24556317+Johnnycyan@users.noreply.github.com> Date: Wed, 11 May 2022 14:20:49 -0400 Subject: [PATCH] Update style.css --- css/style.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/css/style.css b/css/style.css index d1727e4..ca65d86 100644 --- a/css/style.css +++ b/css/style.css @@ -44,6 +44,38 @@ body { visibility: hidden; } +#HappyHourText { + opacity: 0; + font-size: 2.8rem; + display: flex; + justify-content: center; + align-items: center; + height: 100%; +} + +/* #HappyHourDeactive { + visibility: hidden; + font-size: 3rem; + display: flex; + justify-content: center; + align-items: center; + height: 100%; +} + +#HappyHourError { + visibility: hidden; + font-size: 3rem; + display: flex; + justify-content: center; + align-items: center; + height: 100%; +} */ + +#HappyHourHTML { + top:-200px; + position: relative; +} + #startPage { position: absolute; align-items: center;