Skip to content

Commit

Permalink
made successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-kn committed Dec 28, 2021
1 parent 4aa2e61 commit 4ec21f3
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions src/pages/Table.module.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
caption {
font-size: 2em;
padding: 10px;
background-color: #3f9257;
color: rgb(102, 30, 30);
}
table {
border-collapse: collapse;
border-spacing: 0;
margin-left: auto;
margin-right: auto;
width: 60%;
border: 1px solid #ddd;
width: 100%;
width: 66%;
margin: auto;
}

th,
td {
text-align: center;
text-align: left;
padding: 8px;
overflow-wrap: break-word;
}

tr:nth-child(even) {
Expand Down

0 comments on commit 4ec21f3

Please sign in to comment.