From 29f153592c05ff64dc8f4481224d8a6542326022 Mon Sep 17 00:00:00 2001 From: ChauhanAyush04 <162184705+ChauhanAyush04@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:20:28 +0530 Subject: [PATCH] solved #3172 --- index.html | 212 ++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 153 insertions(+), 59 deletions(-) diff --git a/index.html b/index.html index 39f035b9..fa3e8b70 100644 --- a/index.html +++ b/index.html @@ -664,7 +664,7 @@ } } .navbar-item { - /* Increase the top margin of each item */ + margin-top: 1rem; /* Increase the top margin of each item */ } .card-sty { @@ -750,7 +750,7 @@ /* Add transition for smooth animation */ } -{ + .footer-icons .icon:hover { transform: scale(1.5); /* Scale the icon on hover */ @@ -925,7 +925,8 @@ background-color: var(--secondary-color); padding: 20px; border-radius: 10px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + box-shadow: 0 0 10px rgba(83, 18, 18, 0.1); + width: 75%; } .contact-card { @@ -969,16 +970,6 @@ border-radius: 10px; } -.contact-info { - width: 400px; /* Adjust the width as needed */ - display: inline-block; -} - -.contact-info { - width: 500px; /* Adjust the width as needed */ - display: inline-block; -} - /* Responsive adjustments */ @media (max-width: 768px) { .flexi { @@ -1187,7 +1178,7 @@ margin-right: 3rem; } .mobile-container-styles{ - + margin-left: 5rem; } .nav{ justify-content: space-around; @@ -1206,7 +1197,8 @@ } .contact { - width: 52%; /* Adjust width for the contact form */ + + width: 1000px; /* Adjust width for the contact form */ } .cardi { @@ -1221,6 +1213,10 @@ padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + +} +.contact-container:hover{ + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.386); } .contact-card { @@ -1439,7 +1435,7 @@