Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Added css for language selector
  • Loading branch information
Aayush-683 authored Feb 15, 2024
1 parent a2c1e47 commit 0eca6f1
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,23 @@ body {
}
}

/* Path: /js/script.js */
.language-selector {
font-family: Arial, sans-serif;
position: fixed;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}

.language-selector label {
margin-right: 10px;
}

.language-selector select {
padding: 5px;
border: 1px solid #ccc;
border-radius: 0; /* Remove rounded borders */
font-size: 16px;
}

/* Path: /js/script.js */

0 comments on commit 0eca6f1

Please sign in to comment.