updated three js template

This commit is contained in:
2024-06-29 13:47:24 +01:00
parent 0b61cc9749
commit 5dc6f4ca1e
7 changed files with 126 additions and 107 deletions

14
public/css/styles.css Normal file
View File

@@ -0,0 +1,14 @@
body {
margin: 0;
padding: 0;
overflow: hidden;
background-color: whitesmoke;
}
#container {
width: 100%;
flex-grow: 1;
display: flex;
overflow-y: hidden;
flex-direction: column;
}