Skip to content

Commit 8f105fd

Browse files
index.html
1 parent 663d2ad commit 8f105fd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

index.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,10 @@
131131
</div>
132132
<div id="donateLabel" style="font-size: 16px; color: red;">ساهم في التطوير</div>
133133
<div style="position: absolute; top: 10px; left: 10px;">
134-
<img src="Tlogo.png" alt="Language" style="height: 40px;">
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-
<br> <!-- Line break to ensure the new image is below the first one -->
138-
<select id="languageSelect" style="height: 40px;">
134+
<div style="position: absolute; top: 10px; left: 10px;">
135+
<img src="Tlogo.png" alt="Language" style="height: 40px; display: inline-block;">
136+
<img src="Language.png" alt="Language Selection" style="height: 40px; display: inline-block; margin-left: 10px;"> <!-- Add margin-left to give space between the two icons -->
137+
<select id="languageSelect" style="height: 40px; display: inline-block; margin-left: 10px;"> <!-- Align the dropdown beside the image -->
139138
<option value="ar">العربية</option>
140139
<option value="en">English</option>
141140
</select>

0 commit comments

Comments
 (0)