blob_pt_move
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* Scale canvas with resize attribute to full size */
|
||||
canvas[resize] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user