From eb3d0a020435adeb31e4994a8bbb16a43b8c6d8a Mon Sep 17 00:00:00 2001 From: johanwirawan Date: Fri, 30 May 2025 00:03:17 +0700 Subject: [PATCH] Update style.css --- maukahkamu/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maukahkamu/style.css b/maukahkamu/style.css index b0e64e8..81234bf 100644 --- a/maukahkamu/style.css +++ b/maukahkamu/style.css @@ -4,7 +4,7 @@ --gaya-font3: 'Caveat', cursive; } body {overflow:hidden;background:#000;font-family:var(--gaya-font); margin: 0;} -body::before{content:"\00A9 Rayys | feelthisray";color:white;opacity:.5;font-size:10px;position:fixed;bottom:25px;right:25px;z-index:150} +body::before{content:"\00A9 Jooan | feelthisray";color:white;opacity:.5;font-size:10px;position:fixed;bottom:25px;right:25px;z-index:150} @keyframes jj{0% {transform: scale(1.2);} 50% {transform: scale(1.5);} 100% {transform: scale(1);}} @keyframes rto{from {transform:scale(1);} to {transform:scale(1.1);}} #counter{position:fixed;color:white;font-size:11px;top:20px;left:20px;z-index:999}