ilhamdev commited on
Commit
482da08
1 Parent(s): 3e51f7c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -11
index.html CHANGED
@@ -26,21 +26,14 @@
26
  }
27
 
28
  header {
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
- z-index: 1000; /* Tambahkan z-index */
 
 
 
39
  }
40
 
41
- main {
42
- padding-top: 80px; /* Ganti dengan dua kali tinggi header Anda */
43
- }
44
 
45
  header h1 {
46
  margin: 0;
 
26
  }
27
 
28
  header {
 
 
 
 
 
 
29
  background: linear-gradient(90deg, #4a90e2, #007aff);
 
30
  color: #fff;
31
+ padding: 40px 0;
32
+ text-align: center;
33
+ border-bottom: 3px solid #005f9e;
34
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
35
  }
36
 
 
 
 
37
 
38
  header h1 {
39
  margin: 0;