From 99da9eb311d2c4536d92e5e1e2ea9f9b7a16d43f Mon Sep 17 00:00:00 2001 From: tinyplayerss Date: Mon, 27 Nov 2023 03:13:36 +0200 Subject: [PATCH] Update styles.css --- styles.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/styles.css b/styles.css index bb1ea98..5165b5d 100644 --- a/styles.css +++ b/styles.css @@ -49,11 +49,9 @@ p { } .button { - margin-left: 50px; - margin-right: 50px; - max-width: 200px; - background-color: transparent; - padding: 10px; + margin: 25px; + max-width: 180px; + padding: 5px; text-decoration: none; border-radius: 50px; color: #ffffff; @@ -61,7 +59,6 @@ p { border: 1px solid #ffffff; transition: color 0.3s, background-color 0.3s, box-shadow 0.3s; padding: 5px 15px 6px 15px; - scale: 1; } .volunteerbutton {