aboutsummaryrefslogtreecommitdiff
path: root/canvas.css
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2017-11-14 17:25:15 +0530
committerGitHub <[email protected]>2017-11-14 17:25:15 +0530
commite7775be7a17b5169e2290dce93c3736359d39d13 (patch)
tree5cf5b98d7f2c440bd625bbd5d0bfa4301495156b /canvas.css
parentbebead2e3e9438f749c92bdbafd6fc8d5a9e14c5 (diff)
downloadSnakeGame-e7775be7a17b5169e2290dce93c3736359d39d13.tar.xz
SnakeGame-e7775be7a17b5169e2290dce93c3736359d39d13.zip
Game Files
Diffstat (limited to 'canvas.css')
-rw-r--r--canvas.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/canvas.css b/canvas.css
new file mode 100644
index 0000000..d1ac07b
--- /dev/null
+++ b/canvas.css
@@ -0,0 +1,7 @@
+body {
+ text-align:center;
+ font-family: helvetica;
+}
+canvas {
+ border: 2px solid darkred;
+} \ No newline at end of file