UNPKG
atum
Version:
latest (1.0.0)
1.0.0
A Procedural Graph Based Javascript Library
github.com/Evelios/Atum
Evelios/Atum
atum
/
examples
/
main.css
22 lines
(20 loc)
•
320 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
html
,
body
{
margin
:
0
;
padding
:
0
;
width
:
100%
;
height
:
100%
; }
body
::-webkit-scrollbar {
display
: none; }
canvas
{
width
:
100%
;
height
:
100%
;
top
:
0px
;
left
:
0px
;
position
: absolute;
background
: transparent;
visibility
: visible;
z-index
: -
1
; }