diff options
| author | Kumar Priyansh <[email protected]> | 2017-11-14 17:25:15 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-14 17:25:15 +0530 |
| commit | e7775be7a17b5169e2290dce93c3736359d39d13 (patch) | |
| tree | 5cf5b98d7f2c440bd625bbd5d0bfa4301495156b /canvas.css | |
| parent | bebead2e3e9438f749c92bdbafd6fc8d5a9e14c5 (diff) | |
| download | SnakeGame-e7775be7a17b5169e2290dce93c3736359d39d13.tar.xz SnakeGame-e7775be7a17b5169e2290dce93c3736359d39d13.zip | |
Game Files
Diffstat (limited to 'canvas.css')
| -rw-r--r-- | canvas.css | 7 |
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 |
