From d2be7377a38c94b28e1613f144f272ad693db34a Mon Sep 17 00:00:00 2001 From: Tech Guy <109800377+TechGuy541@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:17:49 +0100 Subject: [PATCH] Fix this hope it works --- styles.css | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/styles.css b/styles.css index aa54ae4..94dfd52 100644 --- a/styles.css +++ b/styles.css @@ -69,16 +69,14 @@ h2 { } .button-85 { - padding: 0.6em 2em; - border: none; - color: #fff; - background: #4169e1; - border-radius: 10px; - cursor: pointer; - text-decoration: none; - transition: background-color 0.3s ease; - margin: 15px; - gap: 5px + display: inline-block; + padding: 10px 20px; + margin: 5px; + border-radius: 25px; + text-decoration: none; + font-size: 1em; + color: white; + transition: background-color 0.3s ease; } .button-85:hover {