diff options
| author | Priyansh <[email protected]> | 2020-11-11 19:40:53 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-11-11 19:40:53 +0530 |
| commit | b5ca5eee6434a2e245a1a6f0f88328a1448fb202 (patch) | |
| tree | e9ff242e0c3c90d586bca1aa049d03eaef60d21c /css/globals.css | |
| parent | 4a7f71003f8992067ba3d80ae72f89e21d70569d (diff) | |
| download | nineties-computing-b5ca5eee6434a2e245a1a6f0f88328a1448fb202.tar.xz nineties-computing-b5ca5eee6434a2e245a1a6f0f88328a1448fb202.zip | |
Added globals file with body global
Diffstat (limited to 'css/globals.css')
| -rw-r--r-- | css/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/globals.css b/css/globals.css new file mode 100644 index 0000000..9798fcc --- /dev/null +++ b/css/globals.css @@ -0,0 +1,4 @@ +body { + margin: 0; + padding: 0; +} |
