9 lines
72 B
CSS
9 lines
72 B
CSS
canvas {
|
|
position : absolute ;
|
|
top : 0;
|
|
left : 0;
|
|
z-index : -1;
|
|
}
|
|
|
|
|