From 48a16b21dac14929c5b6f3aae874aabe13120ff5 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sat, 21 Nov 2020 09:13:58 +0100 Subject: [PATCH] add index.html and style.css --- css/style.css | 4 ++++ index.html | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 css/style.css create mode 100644 index.html diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..830576d --- /dev/null +++ b/css/style.css @@ -0,0 +1,4 @@ +* { + margin: 0; + padding: 0; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..564091f --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + + + + + Nullable + + + + +