GarGerry commited on
Commit
7237c02
·
verified ·
1 Parent(s): 20113a4

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -27,7 +27,7 @@ header {
27
  top: 0;
28
  left: 0;
29
  z-index: 100;
30
- border-bottom: 2px solid #ddd; /* Garis batas bawah untuk header */
31
  }
32
 
33
  header h1 {
@@ -127,7 +127,7 @@ footer {
127
  font-size: 14px;
128
  color: #333;
129
  background-color: #fff;
130
- border-top: 2px solid #ddd; /* Garis batas atas untuk footer */
131
  position: fixed;
132
  bottom: 0;
133
  }
 
27
  top: 0;
28
  left: 0;
29
  z-index: 100;
30
+ border-bottom: 2px solid black; /* Garis batas bawah hitam untuk header */
31
  }
32
 
33
  header h1 {
 
127
  font-size: 14px;
128
  color: #333;
129
  background-color: #fff;
130
+ border-top: 2px solid black; /* Garis batas atas hitam untuk footer */
131
  position: fixed;
132
  bottom: 0;
133
  }