Skip to content

Commit

Permalink
made the cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nirban256 committed Apr 25, 2022
1 parent 2366f60 commit 01201a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/meta/play-meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const plays = [
component: () => { return <ReactTodoApp /> },
path: '/plays/react-todo-app',
level: 'Beginner',
tags: 'ReactHooks, JavaScript, Css, Local Storage',
tags: 'ReactHooks, JavaScript, Css, React State',
github: 'nirban256',
cover: 'https://cdn.pixabay.com/photo/2016/03/31/19/50/checklist-1295319_960_720.png',
blog: '',
Expand Down
2 changes: 1 addition & 1 deletion src/plays/react-todo-app/ReactTodoApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function ReactTodoApp(props) {
<PlayHeader play={play} />
<div className="play-details-body">
{/* Your Code Starts Here */}
<div className="play-body">
<div className="todo-play-body">
<div className="top">
<h1>Todo List</h1>
</div>
Expand Down
7 changes: 2 additions & 5 deletions src/plays/react-todo-app/react-todo.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
.play-body {
.todo-play-body {
margin: 0;
padding: 0;
box-sizing: border-box;
}

.play-body {
background-image: linear-gradient(0deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
color: white;
font-family: "Poppins", sans-serif;
min-height: 100vh;
height: 100%;
}

.top {
Expand Down

0 comments on commit 01201a8

Please sign in to comment.