Skip to content

Commit

Permalink
Create styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gcjordi authored Dec 3, 2024
1 parent b53ed28 commit 4569e1d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
}
h1 {
background: #007acc;
color: white;
padding: 1rem;
text-align: center;
}
table {
width: 80%;
margin: 2rem auto;
border-collapse: collapse;
}
table, th, td {
border: 1px solid #ccc;
}
th, td {
padding: 1rem;
text-align: center;
}
th {
background: #f4f4f4;
}

0 comments on commit 4569e1d

Please sign in to comment.