Skip to content

Commit

Permalink
fixed Language selection UI in Footer section to match with site's UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourabh782 committed Jul 30, 2024
1 parent ddda4f8 commit 2401499
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions footer.css
Original file line number Diff line number Diff line change
@@ -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;
}
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="./Image-Gallery/style.css">
<link rel="stylesheet" href="./Image-Gallery/stylecaptions.css">
<link rel="stylesheet" href="explore.css">
Expand Down Expand Up @@ -1730,8 +1731,8 @@ <h4>Contact Us</h4>
</div>

</div>
<div style="padding: 32px; background-color: #9fbaff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);">
<label for="google_translate_element" style="display: block; font-weight: bold; margin-bottom: 10px; font-size: 20px; color: #333;">Select Language:</label>
<div style="padding: 32px; background-color: transparent; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);">
<label for="google_translate_element" style="display: block; font-weight: bold; margin-bottom: 10px; font-size: 20px; color: white;">Select Language:</label>
<div id="google_translate_element" style="display: inline-block; margin-top: 10px; padding: 20px; border: 1px solid #ff9fcf; border-radius: 5px; background-color: #fff;"></div>
</div>

Expand Down

0 comments on commit 2401499

Please sign in to comment.