separated out css from index.html

This commit is contained in:
Richard Harrington
2013-08-19 13:26:53 -04:00
parent 2fde950905
commit 8000fdabea
2 changed files with 8 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
#canvas {
width: 600px;
height: 600px;
border: solid black 2px;
border-radius: 15px;
background-color: black;
}