From c83d1a1e01053dc62700119826eed2a5e48f0016 Mon Sep 17 00:00:00 2001 From: adithyandileep Date: Tue, 19 Nov 2024 17:15:14 +0530 Subject: [PATCH] 2nd --- index.html | 2 +- src/App.css | 5 ----- src/index.css | 6 ++++++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 10ac315..48f32fc 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,6 @@
- + diff --git a/src/App.css b/src/App.css index ae43863..8b13789 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1 @@ -.app { - display: grid; - min-width: 100vh; - background-color: rgb(140, 194, 255); -} \ No newline at end of file diff --git a/src/index.css b/src/index.css index 9dd4928..787fb16 100644 --- a/src/index.css +++ b/src/index.css @@ -5,4 +5,10 @@ padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; +} + +.app { + display: grid; + min-width: 100vh; + margin: 0; } \ No newline at end of file