diff --git a/src/App.css b/src/App.css
index 74b5e05..db1933c 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,38 +1,3 @@
-.App {
- text-align: center;
-}
-
-.App-logo {
- height: 40vmin;
- pointer-events: none;
-}
-
-@media (prefers-reduced-motion: no-preference) {
- .App-logo {
- animation: App-logo-spin infinite 20s linear;
- }
-}
-
-.App-header {
- background-color: #282c34;
- min-height: 100vh;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- font-size: calc(10px + 2vmin);
- color: white;
-}
-
-.App-link {
- color: #61dafb;
-}
-
-@keyframes App-logo-spin {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
-}
+Body {
+ background-color: gray!important;
+}
\ No newline at end of file
diff --git a/src/App.js b/src/App.js
index 08bac52..89ad3f7 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,25 +1,57 @@
-import React from 'react';
-import './App.css';
-import { BrowserRouter as Router, Route, Link } from 'react-router-dom';
+import React from "react";
+import "./App.css";
+import { BrowserRouter as Router, Route, Link } from "react-router-dom";
-import 'bootstrap/dist/css/bootstrap.min.css';
+import "bootstrap/dist/css/bootstrap.min.css";
-import CreateTodo from './components/create-todo.component';
-import EditTodo from './components/edit-todo.component';
-import TodosList from './components/todos-list.component';
+import CreateTodo from "./components/create-todo.component";
+import EditTodo from "./components/edit-todo.component";
+import TodosList from "./components/todos-list.component";
+import logo from "./logo.jpg";
function App() {
return (
MERN-Stack Todo App
+
+
+
Welcome to Todos List Component!!
-