UNPKG
impact
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.3
0.0.2
nodejs backend for impactjs (http://impactjs.com)
impact
/
example
/
public
/
css
/
style.css
18 lines
(17 loc)
•
255 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
html
,
body
{
background-color
:
#000
;
color
:
#fff
;
font-family
: helvetica, arial, sans-serif;
margin
:
0
;
padding
:
0
;
font-size
:
12pt
; }
#canvas
{
position
: absolute;
left
:
0
;
right
:
0
;
top
:
0
;
bottom
:
0
;
margin
: auto;
border
:
1px
solid
#555
; }