Skip to content

Commit cf961b5

Browse files
committed
Add table styling
1 parent b03d1b0 commit cf961b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

react-todos/src/App.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import "./App.css";
22

33
function App() {
44
return (
5-
<div>
6-
<div>
7-
<div>Your Todo's</div>
8-
<div>
9-
<table>
5+
<div className="mt-5 container">
6+
<div className="card">
7+
<div className="card-header">Your Todo's</div>
8+
<div className="card-body">
9+
<table className="table table-hover">
1010
<thead>
1111
<tr>
1212
<th scope="col">#</th>

0 commit comments

Comments
 (0)