Update style.css
Browse files
style.css
CHANGED
@@ -106,25 +106,8 @@ button:hover {
|
|
106 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
107 |
}
|
108 |
|
109 |
-
/* Footer */
|
110 |
-
footer {
|
111 |
-
text-align: center;
|
112 |
-
font-size: 14px;
|
113 |
-
color: #777;
|
114 |
-
margin-top: 20px;
|
115 |
-
padding: 10px 0;
|
116 |
-
background-color: #fff;
|
117 |
-
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
|
118 |
-
}
|
119 |
-
|
120 |
-
footer p {
|
121 |
-
margin: 0;
|
122 |
-
font-weight: 400;
|
123 |
-
}
|
124 |
-
|
125 |
-
/* Watermark dengan Copyright */
|
126 |
body::after {
|
127 |
-
content: "© 2025
|
128 |
font-size: 16px;
|
129 |
font-weight: 400;
|
130 |
color: rgba(0, 0, 0, 0.2);
|
@@ -140,7 +123,6 @@ body::after {
|
|
140 |
text-transform: uppercase;
|
141 |
}
|
142 |
|
143 |
-
/* Responsif untuk Mobile */
|
144 |
@media (max-width: 768px) {
|
145 |
.container {
|
146 |
padding: 30px;
|
@@ -160,7 +142,6 @@ body::after {
|
|
160 |
}
|
161 |
}
|
162 |
|
163 |
-
/* Responsif untuk tampilan yang lebih besar (Tablet ke atas) */
|
164 |
@media (min-width: 769px) {
|
165 |
.container {
|
166 |
max-width: 700px;
|
|
|
106 |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
|
107 |
}
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
body::after {
|
110 |
+
content: "© 2025 Teggar Eka Mustaqim Sitanggang";
|
111 |
font-size: 16px;
|
112 |
font-weight: 400;
|
113 |
color: rgba(0, 0, 0, 0.2);
|
|
|
123 |
text-transform: uppercase;
|
124 |
}
|
125 |
|
|
|
126 |
@media (max-width: 768px) {
|
127 |
.container {
|
128 |
padding: 30px;
|
|
|
142 |
}
|
143 |
}
|
144 |
|
|
|
145 |
@media (min-width: 769px) {
|
146 |
.container {
|
147 |
max-width: 700px;
|