From 0b40c2a515ec6e5b596d8fe2494a8977068a4a5a Mon Sep 17 00:00:00 2001
From: krutikshah07 <47665054+krutikshah07@users.noreply.github.com>
Date: Thu, 1 Oct 2020 00:20:45 +0530
Subject: [PATCH 1/2] Changes in background Colour
---
src/App.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/App.css b/src/App.css
index 54add56..aa6fff3 100644
--- a/src/App.css
+++ b/src/App.css
@@ -8,7 +8,7 @@
.app {
height: 100%;
/* background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url('./images/city.jpg'); */
- background-color: blueviolet;
+ background-color: violet;
background-size: cover;
background-position: center;
display: flex;
@@ -18,7 +18,7 @@
}
.card {
- background: whitesmoke;
+ background: white;
width: 40%;
height: 20%;
display: flex;
@@ -109,4 +109,4 @@
width: 80%;
height: 30%;
}
- }
\ No newline at end of file
+ }
From 658d93ba98c0564ae3a1d11dd4e95cc0737089b7 Mon Sep 17 00:00:00 2001
From: krutikshah07 <47665054+krutikshah07@users.noreply.github.com>
Date: Thu, 1 Oct 2020 00:22:14 +0530
Subject: [PATCH 2/2] Removed unecessary Navbar Link
---
src/App.js | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/src/App.js b/src/App.js
index 7bfc72f..38f9267 100644
--- a/src/App.js
+++ b/src/App.js
@@ -38,15 +38,8 @@ class App extends Component {