From fe90281de27abacd4036d9f2807e3ba351feb2fa Mon Sep 17 00:00:00 2001 From: ByteDice Date: Sun, 5 Jan 2025 02:08:47 +0100 Subject: [PATCH] C U B E (openGL with three.js) --- globalStyle.css | 4 ++++ index.html | 4 ++-- style.css | 2 -- synthwaveEffect.js | 37 ++++++++++++++++++++++++++++++++----- 4 files changed, 38 insertions(+), 9 deletions(-) diff --git a/globalStyle.css b/globalStyle.css index f246278..ba9e478 100644 --- a/globalStyle.css +++ b/globalStyle.css @@ -13,6 +13,10 @@ html { font-size: 1rem; } +canvas { + position: absolute; +} + .pxFont { font-family: "Roboto", sans-serif; font-size: 1rem; diff --git a/index.html b/index.html index d755a93..0b27012 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ - +