diff options
| author | kdam0 <kumar.damani@mail.utoronto.ca> | 2016-11-15 02:52:31 +0000 |
|---|---|---|
| committer | kdam0 <kumar.damani@mail.utoronto.ca> | 2016-11-15 02:52:31 +0000 |
| commit | e1b9507698a21b58e2b6be4e432ccd212e6742d4 (patch) | |
| tree | 41127e44616ab0e57d17f99003de913e80aa9a1f /assets/css | |
| parent | 25ffd58a61f8c295d08502a37f765b0222c3046b (diff) | |
added base files and drawing the game board
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..3a5ce95 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,3 @@ +canvas { + outline: 2px solid #d3d3d3; +}
\ No newline at end of file |
