From 8867d0b32731f11d4be8cbf681d1a42640913712 Mon Sep 17 00:00:00 2001 From: Ayush kumar Date: Wed, 9 Oct 2024 02:11:20 +0530 Subject: [PATCH] Added Go to home anchor tag and some css --- about.css | 18 ++++++++++++++++++ about.html | 1 + index.html | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/about.css b/about.css index 04a04575..1231e886 100644 --- a/about.css +++ b/about.css @@ -147,6 +147,24 @@ header { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(255, 107, 107, 0.6); } +.cta-button1{ + display: inline-block; + padding: 15px 30px; + background-color: #ff6b6b; + color: #fff; + text-decoration: none; + font-size: 1.2rem; + font-weight: 600; + border-radius: 50px; + transition: all 0.3s ease; + box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4); + margin-top: 1.5rem; +} +.cta-button1:hover { + background-color: #ff8787; + transform: translateY(-3px); + box-shadow: 0 8px 20px rgba(255, 107, 107, 0.6); +} @media (max-width: 768px) { .content-wrapper { diff --git a/about.html b/about.html index 1acf2a2c..6a401f5f 100644 --- a/about.html +++ b/about.html @@ -50,6 +50,7 @@

Unforgettable Experiences

Start Your Journey + Go To Home diff --git a/index.html b/index.html index 9b307ed9..14de42bd 100644 --- a/index.html +++ b/index.html @@ -545,7 +545,7 @@

TourGuide . . .

- +