magic4
This commit is contained in:
12
static/Magic4/paperjs-v0.12.15/examples/css/style.css
Normal file
12
static/Magic4/paperjs-v0.12.15/examples/css/style.css
Normal file
@@ -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