From fa74b983625160cc326969c8b5adaf955a8fdbcb Mon Sep 17 00:00:00 2001 From: Zach Date: Sun, 15 Oct 2023 04:12:50 -0400 Subject: [PATCH] Implement a hamburger menu I tried my best to do it without JS, but it was 4am... --- index.html | 33 +++++--- styles.css | 227 ++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 202 insertions(+), 58 deletions(-) diff --git a/index.html b/index.html index f746406..1ded21d 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + @@ -11,10 +11,14 @@