CGL background works!
This commit is contained in:
@@ -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%; }
|
||||
|
||||
Reference in New Issue
Block a user