diff --git a/site/1/mathbox.html b/site/1/mathbox.html index dbd250f..413ed55 100644 --- a/site/1/mathbox.html +++ b/site/1/mathbox.html @@ -85,6 +85,17 @@ margin: 20px auto; text-align: center; } + + #confetti { + overflow-y: hidden; + overflow-x: hidden; + width: 100vw; + margin: 0; + height: 100vh; + position: absolute; + top: 0; + z-index: -1; + } @@ -132,6 +143,7 @@