moved tips to a separate file

This commit is contained in:
2025-01-05 01:19:23 +01:00
parent 4312462dec
commit d913d95793
8 changed files with 99 additions and 361 deletions
+5
View File
@@ -36,4 +36,9 @@ body {
top: round(50%, var(--pxDensityPx));
left: round(50%, var(--pxDensityPx));
transform: translate(-50%, -50%);
}
#synthwaveCanvas {
position: absolute;
bottom: round(0%, var(--pxDensityPx));
left: round(0%, var(--pxDensityPx));
}