updated three js template
This commit is contained in:
14
public/css/styles.css
Normal file
14
public/css/styles.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user