We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9269a08 commit 78952b1Copy full SHA for 78952b1
index.html
@@ -135,6 +135,7 @@
135
<br> <!-- Line break to ensure the new image is below the first one -->
136
<img src="Language.png" alt="Language Selection" style="height: 40px;"> <!-- Add the new image -->
137
<select id="languageSelect" style="margin-left: 10px;">
138
+ <select id="languageSelect" style="margin-left: 10px; margin-top: -10px;"> <!-- Adjust margin-top to move it up -->
139
<option value="ar">العربية</option>
140
<option value="en">English</option>
141
</select>
0 commit comments