diff --git a/app.css b/app.css new file mode 100644 index 0000000..77c30c2 --- /dev/null +++ b/app.css @@ -0,0 +1,4 @@ +circle { + r:5; + fill: black; +} diff --git a/index.html b/index.html index da2085b..0c0058e 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,14 @@ + - + + + + +