13 lines
No EOL
185 B
CSS
13 lines
No EOL
185 B
CSS
html, body{
|
|
margin: 0px;
|
|
padding: 0px;
|
|
background-color: #2b2c2e;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#canvas{
|
|
max-height: 100vh;
|
|
max-width: 100vw;
|
|
} |