We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03d1b0 commit cf961b5Copy full SHA for cf961b5
react-todos/src/App.js
@@ -2,11 +2,11 @@ import "./App.css";
2
3
function App() {
4
return (
5
- <div>
6
7
- <div>Your Todo's</div>
8
9
- <table>
+ <div className="mt-5 container">
+ <div className="card">
+ <div className="card-header">Your Todo's</div>
+ <div className="card-body">
+ <table className="table table-hover">
10
<thead>
11
<tr>
12
<th scope="col">#</th>
0 commit comments