Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -108,22 +108,23 @@ button:hover {
|
|
| 108 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
| 109 |
}
|
| 110 |
|
| 111 |
-
/*
|
| 112 |
-
|
| 113 |
-
content: "Copyright © 2025 Teggar Eka Mustaqim Sitanggang";
|
| 114 |
font-size: 16px;
|
| 115 |
-
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
|
| 126 |
-
|
|
|
|
|
|
|
| 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 */
|