From 23f1028f692b7a7133ed654f2dd63ab3d2ab54a7 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Fri, 3 Jun 2022 19:24:44 -0700 Subject: [PATCH] Added transitions --- css/general.css | 5 +++++ index.html | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/css/general.css b/css/general.css index f104784..d2f675d 100644 --- a/css/general.css +++ b/css/general.css @@ -1092,6 +1092,11 @@ section { content: "5"; } +.rules-card:hover { + filter: brightness(1.2); + transition: 0.5s; +} + #prizes-container { display: grid; margin: 50px 50px 0; diff --git a/index.html b/index.html index 1afd9c7..1fc698f 100644 --- a/index.html +++ b/index.html @@ -102,12 +102,12 @@
- 8/12 6:00pm + 8/12 4:00pm Opening Ceremony
- 8/12 6:30pm + 8/12 5:00pm Hacking Begins
@@ -128,7 +128,7 @@

Opening Ceremony

-

8/12 | 6:00pm - 6:30pm


+

8/12 | 4:00pm - 5:00pm


The official start of the hackathon where we deliver the opening presentation along with the finalized teams, prompts, rules, and timeline.

  • It is highly recommended you attend this portion of the hackathon (at least half of your team must attend to participate)
  • @@ -138,7 +138,7 @@

Hacking Begins

-

8/12 | 6:30pm


+

8/12 | 5:00pm


Now's your time to shine! Start working with your team to build your project. No strings attached!