From 031f84cc600c62d7949a32bf8c6e49fd1f77a0ed Mon Sep 17 00:00:00 2001 From: amy Date: Sun, 9 Mar 2025 14:43:11 +0330 Subject: [PATCH] :3 --- src/App.css | 24 ++++++ src/App.tsx | 231 ++++++++++++++++++++++++++-------------------------- 2 files changed, 141 insertions(+), 114 deletions(-) diff --git a/src/App.css b/src/App.css index e85214d..03d50cb 100644 --- a/src/App.css +++ b/src/App.css @@ -54,6 +54,30 @@ margin: 1em; } +.fakemusicbutton { + background-color: #272525; + color: pink; + font-family: Roboto, sans-serif; + font-weight: 500; + font-size: 14px; + padding: 10px 30px; + box-shadow: none; + border-radius: 5px; + transition: 100ms; + transform: translateY(0); + display: flex; + flex-wrap: wrap; + flex-direction: row; + align-items: center; + border: none; + margin: 1em; +} + +.fakemusicbutton:hover { + background-color: transparent; + color: transparent; +} + .musicdiv { background-color: rgba(0, 0, 0, 0.731); position: fixed; diff --git a/src/App.tsx b/src/App.tsx index 6b27946..89fa3ba 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -143,121 +143,124 @@ function App() { -
-
{ - setpopup(!shouldpopup()); - }} - > -

typa shit ive been on

- +
+
{ + setpopup(!shouldpopup()); + }} + > +

typa shit ive been on

+ +
+
+

:3

+
+
+
{ + setoomfies( + <> + + + + + + + + + + , + ); + }} + > + {" "} + {oomfies()} +
+
+
+

amy if it was written by vivsiepop

+
+
{ + setpopup88(true); + }} + > +

88x31's

+
+
{ + if (explodcount > 5) { + document.body.innerHTML = ""; + setTimeout(() => { + alert( + "sorry bud, you exploded so much that my document.body is gon", + ); + }, 500); + } else { + new Audio("./explod.mp3").play(); + nyaboom(); + } + }} + > + +
-
-
{ - setoomfies( - <> - - - - - - - - - - , - ); - }} - > - {" "} - {oomfies()} -
-
-
-

amy if it was written by vivsiepop

-
-
{ - setpopup88(true); - }} - > -

88x31's

-
-
{ - if (explodcount > 5) { - document.body.innerHTML = ""; - setTimeout(() => { - alert( - "sorry bud, you exploded so much that my document.body is gon", - ); - }, 500); - } else { - new Audio("./explod.mp3").play(); - nyaboom(); - } - }} - > - -
-
- - -
-
+ + +
+