Add random hour visual toggle

This commit is contained in:
Danilo Titato
2023-03-01 16:33:46 -03:00
parent 386fee2a84
commit 5a89ede16b
4 changed files with 57 additions and 50 deletions
+3 -3
View File
@@ -44,9 +44,9 @@ body {
visibility: hidden;
}
#HappyHourText {
#SpecialHourText {
opacity: 0;
font-size: 2.8rem;
font-size: 2.5rem;
display: flex;
justify-content: center;
align-items: center;
@@ -71,7 +71,7 @@ body {
height: 100%;
} */
#HappyHourHTML {
#SpecialHourHTML {
top:-200px;
position: relative;
}