UNPKG
lathe
Version:
latest (0.4.0)
0.4.0
0.1.0
A discrete solid modeller using BSPs
bjnortier.com/lathe/
bjnortier/lathe
lathe
/
examples
/
css
/
example.css
15 lines
(12 loc)
•
231 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body
{
font-family
: Monospace;
background-color
:
#f0f0f0
;
margin
:
0px
; }
.viewport
{
background-color
: white;
border
: solid thin
#ccc
;
display
: inline-block;
margin-left
:
20px
;
margin-top
:
20px
; }