From 14043eef1c54171865122849ee4fb0f843e8c7ed Mon Sep 17 00:00:00 2001 From: Lucas Kent <97860398+Bulbous-Baboon@users.noreply.github.com> Date: Wed, 16 Nov 2022 13:31:21 -0500 Subject: [PATCH] Fix Finally --- styles/button.css | 30 +++++++++++------------------- 1 file changed, 11 insertions(+), 19 deletions(-) diff --git a/styles/button.css b/styles/button.css index 31d3fb4..4391e70 100644 --- a/styles/button.css +++ b/styles/button.css @@ -27,22 +27,14 @@ scrollbar-width: none; } .button2 { - padding: 15px 25px; - font-size: 24px; - text-align: center; - cursor: pointer; - outline: none; - color: #fff; - background-color: #3e8e41; - border: none; - border-radius: 15px; - box-shadow: 0 9px #999; - } - - .button2:hover {background-color: #3e8e41} - - .button2:active { - background-color: #3e8e41; - box-shadow: 0 5px #666; - transform: translateY(4px); - } +padding: 15px 25px; +font-size: 24px; +text-align: center; +cursor: pointer; +outline: none; +color: #fff; +background-color: #3e8e41; +border: none; +border-radius: 15px; +box-shadow: 0 9px #999; +} \ No newline at end of file