From b260329600aa49dce86f8f43d35c866c59a503e0 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 11 Sep 2022 21:00:14 +0200 Subject: [PATCH] Created the index.css --- src/index.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/index.css diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..6092539 --- /dev/null +++ b/src/index.css @@ -0,0 +1,3 @@ +body { + margin: 0; +} \ No newline at end of file