From cd68f9ab28f8f1963cd8b2311718294da56a1ee8 Mon Sep 17 00:00:00 2001 From: magmalamps <162876196+magmalamps@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:04:49 +0200 Subject: [PATCH] added copy btn --- fortunecookie/fortune.css | 21 +++++++++++++++++---- fortunecookie/fortunecookie.html | 22 ++++++++++++++++++---- fortunecookie/redeemcookie/redeem.css | 3 +++ 3 files changed, 38 insertions(+), 8 deletions(-) diff --git a/fortunecookie/fortune.css b/fortunecookie/fortune.css index 5e59ec4..d24e300 100644 --- a/fortunecookie/fortune.css +++ b/fortunecookie/fortune.css @@ -1,5 +1,5 @@ body { - background-color: rgb(33, 33, 33); + background-color: rgb(47, 47, 47); color: aliceblue; font-family: Arial, Helvetica, sans-serif; } @@ -10,16 +10,16 @@ h1 { p { text-align: center; - margin: 2px; } input { + font-size: large; border-radius: 7px; - height: 30px; + height: 50px; width: 100%; background-color: rgb(65, 65, 65); color: aliceblue; - border-style: dashed; + border-style: solid; } button { @@ -29,6 +29,7 @@ button { border-radius: 7px; border-style: solid; margin: 7px; + cursor: pointer; } div.button { @@ -52,4 +53,16 @@ button.copy { color: #121113; margin: 0px; height: auto; +} + +button:disabled, +button[disabled] { + border: 1px solid #272727; + background-color: #292929; + color: #666666; + cursor: not-allowed; +} + +p.txt { + padding-bottom: 7px; } \ No newline at end of file diff --git a/fortunecookie/fortunecookie.html b/fortunecookie/fortunecookie.html index 96af6c4..7fb8778 100644 --- a/fortunecookie/fortunecookie.html +++ b/fortunecookie/fortunecookie.html @@ -9,7 +9,7 @@
This website uses JavaScript. Make sure that you have enabled it.
@@ -30,6 +31,11 @@