Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
|
@@ -10,7 +10,8 @@
|
|
| 10 |
|
| 11 |
body {
|
| 12 |
font-family: 'Tajawal', sans-serif;
|
| 13 |
-
background: #
|
|
|
|
| 14 |
min-height: 100vh;
|
| 15 |
display: flex;
|
| 16 |
align-items: center;
|
|
@@ -163,7 +164,7 @@
|
|
| 163 |
</div>
|
| 164 |
|
| 165 |
<div class="control-group">
|
| 166 |
-
<label>
|
| 167 |
<select id="rate">
|
| 168 |
<option value="-50%">Very slow</option>
|
| 169 |
<option value="-25%">Slow</option>
|
|
|
|
| 10 |
|
| 11 |
body {
|
| 12 |
font-family: 'Tajawal', sans-serif;
|
| 13 |
+
background: linear-gradient(135deg, #000000 0%, #0a0a2e 50%, #0d1b4b 100%);
|
| 14 |
+
min-height: 100vh;
|
| 15 |
min-height: 100vh;
|
| 16 |
display: flex;
|
| 17 |
align-items: center;
|
|
|
|
| 164 |
</div>
|
| 165 |
|
| 166 |
<div class="control-group">
|
| 167 |
+
<label>Speed</label>
|
| 168 |
<select id="rate">
|
| 169 |
<option value="-50%">Very slow</option>
|
| 170 |
<option value="-25%">Slow</option>
|