Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -87,9 +87,9 @@ button:hover {
|
|
87 |
text-transform: uppercase;
|
88 |
}
|
89 |
|
90 |
-
/* Watermark
|
91 |
body::after {
|
92 |
-
content: "Powered by Teggar";
|
93 |
font-size: 16px;
|
94 |
font-weight: 400;
|
95 |
color: rgba(0, 0, 0, 0.2); /* Transparansi untuk watermark */
|
|
|
87 |
text-transform: uppercase;
|
88 |
}
|
89 |
|
90 |
+
/* Watermark dengan Copyright */
|
91 |
body::after {
|
92 |
+
content: "© 2025 Powered by Teggar";
|
93 |
font-size: 16px;
|
94 |
font-weight: 400;
|
95 |
color: rgba(0, 0, 0, 0.2); /* Transparansi untuk watermark */
|