From 08d10bc6720f48e0fa552d2dcc41282bcff0693c Mon Sep 17 00:00:00 2001 From: Meleeman01 Date: Sat, 8 Mar 2025 20:22:48 -0600 Subject: [PATCH] fixed server typeError bug, added clipboard and made it pretty --- clipboard.svg | 1 + clipboardCheckmark.svg | 1 + index.html | 97 ++++++++++++++++++++++++++++++----------- sounds/congrats.mp3 | Bin 0 -> 26205 bytes 4 files changed, 73 insertions(+), 26 deletions(-) create mode 100644 clipboard.svg create mode 100644 clipboardCheckmark.svg create mode 100644 sounds/congrats.mp3 diff --git a/clipboard.svg b/clipboard.svg new file mode 100644 index 0000000..c3e1e08 --- /dev/null +++ b/clipboard.svg @@ -0,0 +1 @@ +clipboard-text-multiple-outline \ No newline at end of file diff --git a/clipboardCheckmark.svg b/clipboardCheckmark.svg new file mode 100644 index 0000000..0ddce46 --- /dev/null +++ b/clipboardCheckmark.svg @@ -0,0 +1 @@ +clipboard-check-outline \ No newline at end of file diff --git a/index.html b/index.html index 0945217..4984996 100644 --- a/index.html +++ b/index.html @@ -80,9 +80,19 @@ .nameInput { text-align: center; } + .clipboard { + transition: opacity 0.5s ease-in-out; + } + .btn2 { + background-color: #fefefe; + } + .btn2:active { + background-color: #efefef; + color: gray; + } - +
@@ -107,30 +117,37 @@
-
- - - -
+
+ +
+ + + +
+
- - - - - +
+ + +
+ + +
+ + +
-
+
+ + -
- - arrow-down-bold - - -