diff --git a/contact.html b/contact.html index 984a904..425b0ba 100644 --- a/contact.html +++ b/contact.html @@ -66,7 +66,7 @@
diff --git a/css/general.css b/css/general.css index d477bf2..d388e4f 100644 --- a/css/general.css +++ b/css/general.css @@ -172,12 +172,12 @@ nav ul li { } #timer::after { - content: 'Aug 14, 2pm'; + content: 'Spring 2023?'; position: absolute; text-align: center; align-items: center; top: 30px; - right: -25px; + right: -45px; padding: 2px 7px; width: max-content; opacity: 1; @@ -193,6 +193,24 @@ nav ul li { transform: scale(1); } +#winners { + text-align: center; + position: absolute; + top: 59px; + background-color: #2c9643; + width: 100%; + font-size: 20px; + padding: 3px 0; + animation: fadeInAnimation ease 2s; + animation-iteration-count: 1; + animation-fill-mode: forwards; +} + +#team-emphasis { + color:rgb(157, 201, 255); + font-weight: bold; +} + .tooltip-nav { text-decoration: none; margin: 0; diff --git a/css/second.css b/css/second.css index b33edb3..ad57bd1 100644 --- a/css/second.css +++ b/css/second.css @@ -173,12 +173,12 @@ nav ul li { } #timer::after { - content: 'Aug 12, 4pm'; + content: 'Spring 2023?'; position: absolute; text-align: center; align-items: center; top: 30px; - right: -23px; + right: -45px; padding: 2px 7px; width: max-content; opacity: 1; diff --git a/index.html b/index.html index f78db3e..b981c17 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,7 @@ @@ -95,6 +95,7 @@