edit: version html css propre pour version dégradé sans js + responsive pour écrans larges

This commit is contained in:
2026-07-26 19:55:23 +02:00
parent 4e82328ff9
commit 13b3b06d11
5 changed files with 262 additions and 20 deletions
+7 -2
View File
@@ -20,7 +20,12 @@
mix-blend-mode: difference;
z-index: -30;
filter: brightness(133%) saturate(33%) grayscale();
transform: scale(1.5) rotate(180deg);
overflow: hidden;
transform: rotate(180deg);
position: absolute;
margin-top: -9%;
height: 120%;
}
#lolStatus{
animation: blink 3.33s infinite;
}