ilhamdev commited on
Commit
62bc6da
1 Parent(s): 8208487

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -1
index.html CHANGED
@@ -29,11 +29,16 @@ header {
29
  position: fixed;
30
  top: 0;
31
  left: 0;
 
32
  width: 100%;
 
 
 
 
33
  }
34
 
35
  main {
36
- padding-top: 70px; /* Ganti dengan tinggi header Anda */
37
  }
38
 
39
  header h1 {
 
29
  position: fixed;
30
  top: 0;
31
  left: 0;
32
+ text-align: center;
33
  width: 100%;
34
+ padding: 40px 0;
35
+ background: linear-gradient(90deg, #4a90e2, #007aff);
36
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
37
+ color: #fff;
38
  }
39
 
40
  main {
41
+ padding-top: 40px 0; /* Ganti dengan tinggi header Anda */
42
  }
43
 
44
  header h1 {