From 4d5af537d04eae5b784d587419f4340a4544eff9 Mon Sep 17 00:00:00 2001 From: KartikSaxena19 Date: Mon, 14 Oct 2024 18:14:10 +0530 Subject: [PATCH] search button --- index.html | 2 +- style.css | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 3c012947..b1ace3ba 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@ diff --git a/style.css b/style.css index 0ce86d00..2d7b7ede 100644 --- a/style.css +++ b/style.css @@ -1118,6 +1118,23 @@ button:hover img { color: white; } +.cta-btn2 { + /* background-color: rgb(248, 182, 243); + color: #d5ad1d; */ + background-image: linear-gradient(43deg,#d05641 0%,#c25147 45% ,#ffcc70 100%); + padding: 15px 30px; + border-radius: 50px; + text-decoration: none; + font-size: 16px; + transition: background-color 0.3s, color 0.3s; + +} + +.cta-btn2:hover { + background-color: #fffdfd; + color: white; +} + #faq{ padding-top: 100px; }