aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-07-30 16:53:34 -0700
committers1nical <[email protected]>2019-07-30 16:53:34 -0700
commit47cb950049bbe6f80060cac5b01f4b8c8afcb803 (patch)
tree73f9e472f1f679a8b8728ca50c195cc9fab62fab /css
parentUpdate README.md (diff)
download2d-car-game-47cb950049bbe6f80060cac5b01f4b8c8afcb803.tar.xz
2d-car-game-47cb950049bbe6f80060cac5b01f4b8c8afcb803.zip
MASS update assets
Diffstat (limited to 'css')
-rw-r--r--css/main.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..3fc15da
--- /dev/null
+++ b/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