From 3a9589b0d986d3a02fca90a13b850e719818316e Mon Sep 17 00:00:00 2001 From: MCHost Date: Thu, 10 Jul 2025 01:22:42 -0400 Subject: [PATCH] add new particle system --- public/index.html | 63 ++++++++++++++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 22 deletions(-) diff --git a/public/index.html b/public/index.html index 57aa0e6..f98f52e 100644 --- a/public/index.html +++ b/public/index.html @@ -15,17 +15,21 @@ .hamburger.active .bar:nth-child(2) { opacity: 0; } + .hamburger.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); } + .hamburger.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } + body { display: flex; flex-direction: column; min-height: 100vh; } + main { flex-grow: 1; } @@ -34,36 +38,40 @@ - -