Initial commit
This commit is contained in:
commit
43ad32700c
7085 changed files with 447606 additions and 0 deletions
16
css/fireworks.css
Normal file
16
css/fireworks.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
html, body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #000;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#library {
|
||||
display: none;
|
||||
}
|
||||
|
||||
canvas {
|
||||
-webkit-transform: translateZ(0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue