refactor: remove GSAP dependency and update code structure for improved readability

This commit is contained in:
sayudhalw
2026-08-24 12:45:42 +07:00
parent cda633bea1
commit 19aa918d0e
3 changed files with 88 additions and 40 deletions
+14
View File
@@ -0,0 +1,14 @@
* {
margin: 0;
padding: 0;
}
html, body {
overflow: hidden;
}
.webgl {
position: fixed;
top: 0;
left: 0;
}