From f0820345d5e6cf1aca2ae4b31bad2212cb0545f1 Mon Sep 17 00:00:00 2001 From: 13138449 Date: Fri, 30 Oct 2020 01:32:18 +1100 Subject: [PATCH] Upload New File --- src/index.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/index.css diff --git a/src/index.css b/src/index.css new file mode 100644 index 0000000..47a8fb9 --- /dev/null +++ b/src/index.css @@ -0,0 +1,9 @@ +body { + margin: 0; + padding: 0; + position: fixed; + left: 0; + right: 0; + top: 0; + bottom: 0; +} -- GitLab