diff options
Diffstat (limited to 'cars/css')
| -rw-r--r-- | cars/css/main.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cars/css/main.css b/cars/css/main.css new file mode 100644 index 0000000..3fc15da --- /dev/null +++ b/cars/css/main.css @@ -0,0 +1,13 @@ +/* cp-pen-styles */ +html { + background: #ccc; +} + +canvas { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + margin: auto; +}
\ No newline at end of file |