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 @@ Fortune Cookie Creator - +

Fortune Cookie Creator


@@ -22,7 +22,8 @@

Fortune Cookie Creator


-

+ +

This website uses JavaScript. Make sure that you have enabled it.

@@ -30,6 +31,11 @@

Fortune Cookie Creator

\ No newline at end of file diff --git a/fortunecookie/redeemcookie/redeem.css b/fortunecookie/redeemcookie/redeem.css index c2fb869..4c56187 100644 --- a/fortunecookie/redeemcookie/redeem.css +++ b/fortunecookie/redeemcookie/redeem.css @@ -6,6 +6,7 @@ body { } input { + font-size: large; width: 100%; height: 50px; border-radius: 7px; @@ -15,12 +16,14 @@ input { } button { + font-size: medium; width: 70%; background-color: rgb(72, 72, 72); border-radius: 7px; height: 40px; border: 3px solid rgb(44, 44, 44); color: aliceblue; + cursor: pointer; } a {