Doodle3D-Slicer/three.js-master/utils/exporters/blender/tests/scripts/css/style.css

14 lines
216 B
CSS
Raw Normal View History

2015-06-12 15:58:26 +02:00
body {
margin: 0px;
padding: 0px;
overflow: hidden;
}
#viewport {
position: absolute;
width: 100%;
height: 100%;
background: #1b1c1e;
background-image: linear-gradient(#7d8fa3, #1b1c1e);
}