diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-26 17:38:45 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-26 17:38:45 +0100 |
commit | c0318023f8b8f52347fa9fd7c654e42b7e0f68aa (patch) | |
tree | 70f4be4326b9c9429042ae6b85b2f42b42564ec6 /styles/globals.css |
initial commit
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css new file mode 100644 index 0000000..d633303 --- /dev/null +++ b/styles/globals.css @@ -0,0 +1,5 @@ +html, body { + padding: 0; + margin: 0; +} + |