From c44c85af7ade620419c097d9fc8ce4c9c66c00a7 Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Sun, 17 Jul 2022 23:17:33 +0530 Subject: Built a basic folder structure --- src/index.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index ec2585e..c05147c 100644 --- a/src/index.css +++ b/src/index.css @@ -1,13 +1,19 @@ -body { +* { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + padding: 0; +} + +body { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", + "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + height: 100%; + width: 100%; } code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', + font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } -- cgit