Update style.css

This commit is contained in:
John
2022-05-11 14:20:49 -04:00
committed by GitHub
parent 9c3f0824a6
commit 727a7aed2d
+32
View File
@@ -44,6 +44,38 @@ body {
visibility: hidden; 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 { #startPage {
position: absolute; position: absolute;
align-items: center; align-items: center;