CGL background works!

This commit is contained in:
2026-05-07 23:49:38 +03:00
parent d183adaf0a
commit 8190aa15bf
3 changed files with 218 additions and 1 deletions
+12
View File
@@ -22,6 +22,18 @@
}
}
/* ── Background animation canvas ────────────────────── */
#bg-animation {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
pointer-events: none;
will-change: transform;
}
/* ── Reset ───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }