From 8ce8a9e27f104f8e7709ae08f64160c728a1a2f6 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Tue, 14 Jun 2022 17:21:44 -0700 Subject: [PATCH] Made Banner Fixed --- css/general.css | 9 +++++++-- index.html | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/css/general.css b/css/general.css index 73f110e..a9190fd 100644 --- a/css/general.css +++ b/css/general.css @@ -44,6 +44,11 @@ nav * { width: 258px; } +#nav-logo:hover { + transform: scale(1.05); + transition: 0.5s; +} + #nav-logo-div { height: 50px; width: 258px; @@ -160,8 +165,8 @@ nav li a:focus::after{ #banner-text { text-align: center; - animation: headline 20s infinite; - animation-timing-function: linear; + /* animation: headline 20s infinite; + animation-timing-function: linear; */ } #timer { diff --git a/index.html b/index.html index d21755e..83df69d 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@

Aug 12 - 14

-

40 spots remaining

+

41 spots remaining

@@ -608,7 +608,7 @@