From f617c4c9e30937855b168fe20bcb4e911b7bedf6 Mon Sep 17 00:00:00 2001 From: Ankit Kumar <139707943+ankit071105@users.noreply.github.com> Date: Sun, 20 Oct 2024 09:28:12 +0530 Subject: [PATCH] Seperated Css files that creates an error --- main.css | 120 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 106 insertions(+), 14 deletions(-) diff --git a/main.css b/main.css index 8ea6a26..6ee776a 100644 --- a/main.css +++ b/main.css @@ -656,9 +656,9 @@ font-size: 3rem; } .map-container iframe { - width: 100%; /* Make iframe responsive */ - height: 400px; /* Set a fixed height for the map */ - border: none; /* Remove default border */ + width: 100%; + height: 400px; + border: none; border-radius: 8px; } @@ -903,8 +903,8 @@ padding: 15px 30px; @media (max-width: 768px) { .contact-info, .map-container { - width: 100%; /* Stack elements on smaller screens */ - margin-right: 0; /* Remove margin on smaller screens */ + width: 100%; + margin-right: 0; } } @@ -912,10 +912,6 @@ padding: 15px 30px; border-radius: 8px !important; margin:10px; } - - - - /* General Body Styling */ body { font-family: 'Arial', sans-serif; background-color: #f4f4f9; @@ -923,10 +919,8 @@ padding: 15px 30px; padding: 0; box-sizing: border-box; } - - /* Feedback Form Section */ #feedback-form { - background: linear-gradient(to right, #6a11cb, #2575fc); + padding: 50px 20px; display: flex; justify-content: center; @@ -1167,7 +1161,7 @@ padding: 15px 30px; position: absolute; top: 50%; left: 50%; - + width: 300%; height: 300%; background: radial-gradient(circle, rgba(255, 255, 255, 0.5), transparent); transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s; @@ -1195,4 +1189,102 @@ padding: 15px 30px; padding: 10px 18px; font-size: 0.8rem; } - } \ No newline at end of file + } +