GarGerry commited on
Commit
c3223db
·
verified ·
1 Parent(s): 796e91d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -12
style.css CHANGED
@@ -108,23 +108,17 @@ button:hover {
108
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
109
  }
110
 
111
- /* Footer Styling */
112
  footer {
113
- font-size: 16px;
114
- color: #555;
115
  text-align: center;
116
- padding: 10px 0;
117
- background-color: #f4f4f4;
118
  margin-top: 20px;
 
 
 
119
  }
120
 
121
- footer a {
122
- color: #4CAF50;
123
- text-decoration: none;
124
- }
125
-
126
- footer a:hover {
127
- text-decoration: underline;
128
  }
129
 
130
  /* Responsif untuk Mobile */
 
108
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
109
  }
110
 
111
+ /* Mengatur footer agar berada di bawah konten */
112
  footer {
 
 
113
  text-align: center;
 
 
114
  margin-top: 20px;
115
+ padding: 10px 0;
116
+ font-size: 14px;
117
+ color: #333;
118
  }
119
 
120
+ footer p {
121
+ margin: 0;
 
 
 
 
 
122
  }
123
 
124
  /* Responsif untuk Mobile */