Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
|
@@ -10,7 +10,8 @@
|
|
| 10 |
|
| 11 |
body {
|
| 12 |
font-family: 'Tajawal', sans-serif;
|
| 13 |
-
background: #
|
|
|
|
| 14 |
display: flex;
|
| 15 |
align-items: center;
|
| 16 |
justify-content: center;
|
|
|
|
| 10 |
|
| 11 |
body {
|
| 12 |
font-family: 'Tajawal', sans-serif;
|
| 13 |
+
background: linear-gradient(135deg, #000000 0%, #0d0a2e 50%, #1a0a3e 100%);
|
| 14 |
+
min-height: 100vh;
|
| 15 |
display: flex;
|
| 16 |
align-items: center;
|
| 17 |
justify-content: center;
|