Files
js_tool_clone/panel/public/css/style.css
root e9d164c703 .
2021-07-05 01:09:48 -04:00

14 lines
425 B
CSS
Executable File

/*Sakura animation using WebGL. No images are used. The framerate might be slow or the demo might not play at all in some older systems so you can watch this video: http://www.screenr.com/BFZ8. Let me make it clear that I did not make this and just thought is was very cool and wanted to share it.
*/
body {
padding: 0;
margin: 0;
overflow: hidden;
height: 600px;
}
canvas {
padding: 0;
margin: 0;
}