diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..aa39c4e --- /dev/null +++ b/css/style.css @@ -0,0 +1,5 @@ +canvas { + width: 50%; + border: 2px solid black; + border-radius: 5px; +} \ No newline at end of file diff --git a/index.html b/index.html index 224ee60..c90eee5 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + @@ -11,6 +12,10 @@