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
@@ -11,100 +12,101 @@ import Help from "@/components/Help.astro";
11
12
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
13
/>
13
14
</Fragment>
14
-
<ahref="/varnmala"class="back-button">← Back</a>
15
+
<BackButton />
15
16
<articleclass="container__english">
16
-
<divclass="controls"id="controls">
17
-
<divclass="control-group">
18
-
<label>Background:</label>
19
-
<selectid="bgSelector">
20
-
<optionvalue="none">None</option>
21
-
<optionvalue="gradient1">Gradient 1</option>
22
-
<optionvalue="gradient2">Gradient 2</option>
23
-
<optionvalue="pattern1">Pattern 1</option>
24
-
</select>
25
-
<buttonid="toggleBg">Toggle Background</button>
26
-
</div>
17
+
<divclass="controls"id="controls">
18
+
<divclass="control-group">
19
+
<label>Background:</label>
20
+
<selectid="bgSelector">
21
+
<optionvalue="none">None</option>
22
+
<optionvalue="gradient1">Gradient 1</option>
23
+
<optionvalue="gradient2">Gradient 2</option>
24
+
<optionvalue="pattern1">Pattern 1</option>
25
+
</select>
26
+
<buttonid="toggleBg">Toggle Background</button>
27
+
</div>
27
28
28
-
<divclass="control-group">
29
-
<label>Font:</label>
30
-
<selectid="fontSelector">
31
-
<optionvalue="Arial">Arial</option>
32
-
<optionvalue="Georgia">Georgia</option>
33
-
<optionvalue="Times New Roman">Times New Roman</option>
@@ -19,7 +21,8 @@ import BaseLayout from "@/layouts/Base";
19
21
description="Press any letter key (A-Z) to display it with a related emoji. Toggle the speaker buttons to change voices, and use the audio button to mute/unmute sounds."
0 commit comments