summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2014-04-21 08:43:46 +0200
committerJustin Worthe <justin.worthe@gmail.com>2014-04-21 08:43:46 +0200
commit1b700b59d6f759e1504c94eb0d378c61b7242da3 (patch)
tree7b3889e6ae1d22f4551cf56157a3cdeebe31d9c3 /css
parent883a678635900b80cd9fc99467cbb31e125a007c (diff)
Scaffolded Phaser template
Diffstat (limited to 'css')
-rw-r--r--css/styles.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css
new file mode 100644
index 0000000..e0963f6
--- /dev/null
+++ b/css/styles.css
@@ -0,0 +1,11 @@
+body {
+ background-color: #333;
+}
+
+#interactive-pacbot {
+ border: 2px solid white;
+ width: 800px;
+ margin-left: auto;
+ margin-right: auto;
+ cursor: pointer;
+} \ No newline at end of file