From 87321a7d7b8cef5707d39fb7ffdb31f78f61f362 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Mon, 30 Nov 2020 13:00:55 +0100 Subject: [PATCH] test style --- index.html | 3 ++- style.css | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 style.css diff --git a/index.html b/index.html index 984a059..5085189 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ - +
+
diff --git a/style.css b/style.css new file mode 100644 index 0000000..6b23b6b --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +#fullpage { + width: 100px; + height: 100px; + border: 1px solid red; +}