tts-api commited on
Commit
45da436
·
verified ·
1 Parent(s): 819cbfc

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -10,7 +10,8 @@
10
 
11
  body {
12
  font-family: 'Tajawal', sans-serif;
13
- background: #0f0f1a;
 
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;