From a35f80a1a83ca4c6ef1ef864e7f2041463a6170c Mon Sep 17 00:00:00 2001 From: Anna Knoerr Date: Wed, 22 Dec 2021 21:04:19 +0100 Subject: trying to externalize css and js --- blog.html | 79 ++++----------------------------------------------------------- modal.css | 2 ++ 2 files changed, 7 insertions(+), 74 deletions(-) diff --git a/blog.html b/blog.html index 10cf4a2..0343ad4 100644 --- a/blog.html +++ b/blog.html @@ -8,56 +8,17 @@ + + + Playground! + - - +

Modal Example

@@ -76,36 +37,6 @@ body {font-family: Arial, Helvetica, sans-serif;} - - - -

Kurious Kolibri Blog

diff --git a/modal.css b/modal.css index 2ea7ee9..4c827c1 100644 --- a/modal.css +++ b/modal.css @@ -1,3 +1,5 @@ +body {font-family: Arial, Helvetica, sans-serif;} + /* The Modal (background) */ .modal { display: none; /* Hidden by default */ -- cgit v1.2.3