You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/english.astro
+69-2Lines changed: 69 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,47 @@ import Help from "@/components/Help.astro";
11
11
description="Just press any letter fron keyboard and it display the letter and it's relative word in clear way and if you type again it will change the color"
12
12
/>
13
13
</Fragment>
14
-
<articleclass="container__hindi">
14
+
<divclass="controls"id="controls">
15
+
<divclass="control-group">
16
+
<label>Background:</label>
17
+
<selectid="bgSelector">
18
+
<optionvalue="none">None</option>
19
+
<optionvalue="gradient1">Gradient 1</option>
20
+
<optionvalue="gradient2">Gradient 2</option>
21
+
<optionvalue="pattern1">Pattern 1</option>
22
+
</select>
23
+
<buttonid="toggleBg">Toggle Background</button>
24
+
</div>
25
+
26
+
<divclass="control-group">
27
+
<label>Font:</label>
28
+
<selectid="fontSelector">
29
+
<optionvalue="Arial">Arial</option>
30
+
<optionvalue="Georgia">Georgia</option>
31
+
<optionvalue="Times New Roman">Times New Roman</option>
0 commit comments