From 2401499cd79547e75bf88245b2f578a33bf9598c Mon Sep 17 00:00:00 2001 From: Sourabh782 Date: Tue, 30 Jul 2024 19:05:37 +0530 Subject: [PATCH 1/2] fixed Language selection UI in Footer section to match with site's UI --- footer.css | 19 +++++++++++++++++++ index.html | 5 +++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 footer.css diff --git a/footer.css b/footer.css new file mode 100644 index 00000000..3c1209ed --- /dev/null +++ b/footer.css @@ -0,0 +1,19 @@ +.goog-te-combo{ + background: #5074cf; + color: white; + height: 40px; + border-radius: 70px; + padding: 10px; + border: #1457ff; + backdrop-filter: blur(20px); + font-size: medium; + font-weight: 400; +} + +.goog-te-combo option{ + background: #9fbaff; + height: 40px; + margin-top: 5px; + font-size: medium; + color: black; +} diff --git a/index.html b/index.html index 727a40d8..19717aaa 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,7 @@ + @@ -1730,8 +1731,8 @@

Contact Us

-
- +
+
From 0682fb39e73e6b262d2b1015de9fc3f7784a3bae Mon Sep 17 00:00:00 2001 From: Sourabh782 Date: Wed, 31 Jul 2024 19:26:14 +0530 Subject: [PATCH 2/2] Resolved Footer section UI --- footer.css | 26 ++++++++++++++++++++++++++ index.html | 20 ++++++++++---------- styles.css | 4 +++- 3 files changed, 39 insertions(+), 11 deletions(-) diff --git a/footer.css b/footer.css index 3c1209ed..9cc8570d 100644 --- a/footer.css +++ b/footer.css @@ -1,3 +1,18 @@ +.footer__container { + width: 100%; + /* max-width: 1800px; */ + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-items: flex-start; + justify-content: space-between; + grid-template-columns: repeat(3, 1fr); + gap: 20px; + color: var(--secondary-color); + margin: 0; + padding: 0; + } + .goog-te-combo{ background: #5074cf; color: white; @@ -17,3 +32,14 @@ font-size: medium; color: black; } + +.footer_text{ + display: flex; + flex-direction: column; + gap: 10px; +} + +.footer_text a{ + color: white; + /* margin-top: 10px; */ +} diff --git a/index.html b/index.html index 19717aaa..bfd458f5 100644 --- a/index.html +++ b/index.html @@ -1618,7 +1618,7 @@

Subscribe to get special prize

-