Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmdsabah authored Sep 9, 2024
1 parent acd05d6 commit 1c85539
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,29 @@ select:focus {
select::-ms-expand {
display: none; /* Removes arrow in IE */
}

.exchange-table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
}

.exchange-table th,
.exchange-table td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}

.exchange-table th {
background-color: #f4f4f4;
font-weight: bold;
}

.exchange-table tr:nth-child(even) {
background-color: #f9f9f9;
}

.exchange-table tr:hover {
background-color: #f1f1f1;
}

0 comments on commit 1c85539

Please sign in to comment.