Skip to content

Commit 6c19f17

Browse files
index.html
1 parent 8f105fd commit 6c19f17

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,10 @@
132132
<div id="donateLabel" style="font-size: 16px; color: red;">ساهم في التطوير</div>
133133
<div style="position: absolute; top: 10px; left: 10px;">
134134
<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 -->
135+
<img src="Tlogo.png" alt="Language" style="height: 40px;">
136+
<br> <!-- Line break to ensure the new image is below the first one -->
137+
<img src="Language.png" alt="Language Selection" style="height: 40px;"> <!-- Add the new image -->
138+
<select id="languageSelect" style="margin-left: 10px;">
138139
<option value="ar">العربية</option>
139140
<option value="en">English</option>
140141
</select>

0 commit comments

Comments
 (0)