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!