From f107f5833d02150eef229bbd8ead533bb61cf004 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 23 Aug 2016 16:33:33 -0400 Subject: [PATCH] setting up styling --- public/css/examples.css | 8 ++++++++ public/examples.html | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 public/css/examples.css diff --git a/public/css/examples.css b/public/css/examples.css new file mode 100644 index 0000000..7d73a6a --- /dev/null +++ b/public/css/examples.css @@ -0,0 +1,8 @@ +html, body { + height: 100%; +} +svg { + width: 100%; + height:calc(100% - 10em); + border: 1px solid black; +} diff --git a/public/examples.html b/public/examples.html index 2eb73a9..f206f94 100644 --- a/public/examples.html +++ b/public/examples.html @@ -1,8 +1,7 @@ - - +

Welcome to SVG!