threejstest/style.css

16 lines
183 B
CSS
Raw Permalink Normal View History

2013-09-05 12:37:52 +02:00
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
body {
background-color: #555555;
}
canvas {
padding: 0px;
margin: 0px;
/*border: 1px solid #FFFFFF;*/
}