diff options
| author | s1nical <[email protected]> | 2019-07-30 16:57:02 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-07-30 16:57:02 -0700 |
| commit | d585a961ffd71ef35071fd209eb32c6c3a6d7126 (patch) | |
| tree | 886fd18064013d47a3d3a8d064a3ca145709e49b /cars/css/main.css | |
| parent | Removed error comments (diff) | |
| download | s1n.pw-admin-d585a961ffd71ef35071fd209eb32c6c3a6d7126.tar.xz s1n.pw-admin-d585a961ffd71ef35071fd209eb32c6c3a6d7126.zip | |
Update game assets
Diffstat (limited to 'cars/css/main.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 |