From 903c9a93e793aed6ebc4c85a925618f546cf3010 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 26 Sep 2024 02:30:55 +0200 Subject: [PATCH] edit button --- css/index.css | 8 ++++++++ templates/partials/quote.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 1f8d2f3..4f3ac06 100644 --- a/css/index.css +++ b/css/index.css @@ -312,6 +312,14 @@ header { background: #6366f1; } +.main-button:hover { + color: #fff; /* Keep the text white */ + background: #4f46e5; /* A slightly darker shade for the hover state */ + box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add a soft shadow effect */ + transform: scale(1.05); /* Slightly enlarges the button on hover */ + transition: all 0.3s ease; /* Smooth transition for hover effects */ +} + a:hover{ color: #5e5b59; } diff --git a/templates/partials/quote.html b/templates/partials/quote.html index ae2bada..793dc48 100644 --- a/templates/partials/quote.html +++ b/templates/partials/quote.html @@ -19,7 +19,7 @@
- Contact Us + Contact Us