Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yKXuan1612 authored Dec 24, 2023
1 parent 072d9a3 commit 54b9ec3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@
outline: none;
}

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

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

th {
background-color: #000000;
color: white;
text-align: center;
font-size: 1.2rem;
}

img {
width: 100%;
display: flex;
Expand Down

0 comments on commit 54b9ec3

Please sign in to comment.