Setup three.js

This commit is contained in:
Nettika 2026-01-28 23:39:01 -08:00
parent 2105d05749
commit f0fece522d
No known key found for this signature in database
7 changed files with 201 additions and 36 deletions

View file

@ -24,10 +24,7 @@ a:hover {
body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
overflow: hidden;
}
h1 {
@ -59,10 +56,8 @@ button:focus-visible {
}
#app {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
width: 100%;
height: 100vh;
}
@media (prefers-color-scheme: light) {