3D-tester/static/css/3d-tester.css

11 lines
97 B
CSS
Raw Normal View History

2021-06-05 18:59:19 +02:00
.model-wrap {
padding: 1em;
background-color: lightgray;
}
2021-06-13 15:34:16 +02:00
#object {
height: 500px;
}