diff --git a/a.html b/a.html index 8ab116a..4ac491b 100644 --- a/a.html +++ b/a.html @@ -6,6 +6,14 @@ Canvas Draw + + + + + + + + diff --git a/css/a.css b/css/a.css index 644b67c..3219dff 100644 --- a/css/a.css +++ b/css/a.css @@ -11,10 +11,12 @@ h1{ #myCanvas { border: 1px solid black; + } #drawhere{ width: 300px; + box-shadow: 5px 10px #888888; } #canvasOut{ display: none; @@ -36,4 +38,4 @@ h1{ cursor: default; border-radius: 8%; display: inline-block; -} \ No newline at end of file +}