From 81d18ea969a17dcb70e139880cbf6851bb4057f4 Mon Sep 17 00:00:00 2001 From: Lucas Kent <97860398+Bulbous-Baboon@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:24:32 -0500 Subject: [PATCH] Button --- assets/styles/button.css | 6 +++--- index.html | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/assets/styles/button.css b/assets/styles/button.css index 169dc48..6a1df81 100644 --- a/assets/styles/button.css +++ b/assets/styles/button.css @@ -5,16 +5,16 @@ text-align: center; cursor: pointer; outline: none; color: #fff; -background-color: #04AA6D; +background-color: #3c3c3c; border: none; border-radius: 15px; box-shadow: 0 9px #999; } -.button:hover {background-color: #3e8e41} +.button:hover {background-color: #000000} .button:active { -background-color: #3e8e41; +background-color: #000000; box-shadow: 0 5px #666; transform: translateY(4px); } diff --git a/index.html b/index.html index 2dcd306..3bd76f8 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,5 @@   Geometry Tools Ga

   Welcome to my Website.

- - \ No newline at end of file