Files
webgl_play/build/main.css
Daniel Ledda 2381f43d38 First commit
2020-06-23 23:45:44 +02:00

22 lines
351 B
CSS

body {
margin: 0;
}
#root {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
}
#main-stage {
border-color: black;
border-style: solid;
border-width: 2px;
box-shadow: 3px 3px 5px 0px rgba(0.0, 0.0, 0.0, 0.5);
}
div#main-stage {
font-family: sans-serif;
}