From 2545585eceef2957137df874c433baa121f36d50 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 10 Sep 2017 00:58:02 -0400 Subject: [PATCH] adding circles --- app.css | 4 ++++ index.html | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 app.css 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 @@ + - + + + + +