From 7c7de86f9e59dbc667c235e290f5084562a1725c Mon Sep 17 00:00:00 2001 From: NEKODESUDX Date: Tue, 12 Nov 2024 16:29:01 +0900 Subject: [PATCH] Update style.css --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index ae7a221..70bedcc 100644 --- a/style.css +++ b/style.css @@ -35,14 +35,14 @@ button { color: white; border: none; padding: 10px 20px; - border-radius: 5px; - box-shadow: 0 4px 8px rgba(0, 0, 0, 2); / + border-radius: 0px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 10); / transition: all 0.3s ease; } button:hover { background-color: #45a049; - box-shadow: 0 6px 12px rgba(0, 0, 0, 3); + box-shadow: 0 6px 12px rgba(0, 0, 0, 15); } body, h1, p, label, a, button {