GarGerry commited on
Commit
5e47730
·
verified ·
1 Parent(s): e732712

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +16 -15
style.css CHANGED
@@ -108,22 +108,23 @@ button:hover {
108
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
109
  }
110
 
111
- /* Watermark dengan Copyright */
112
- body::after {
113
- content: "Copyright © 2025 Teggar Eka Mustaqim Sitanggang";
114
  font-size: 16px;
115
- font-weight: 400;
116
- color: rgba(0, 0, 0, 0.6); /* Menyesuaikan warna agar lebih jelas */
117
- position: absolute;
118
- bottom: 20px;
119
- left: 50%;
120
- transform: translateX(-50%);
121
- z-index: -1;
122
- opacity: 0.7; /* Menyesuaikan opasitas agar tidak terlalu dominan */
123
- pointer-events: none;
124
- user-select: none;
125
- letter-spacing: 1px; /* Mengurangi jarak antar huruf */
126
- text-transform: uppercase;
 
 
127
  }
128
 
129
  /* Responsif untuk Mobile */
 
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 */