JS Lab 3 progress

This commit is contained in:
2026-02-24 18:02:01 -05:00
parent f186c94048
commit a7b70a2a55
6 changed files with 58 additions and 12 deletions
+22
View File
@@ -0,0 +1,22 @@
body {
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}
table {
border: 2px solid black;
background-color: white;
border-collapse: collapse;
width: 100%;
}
table td, table th {
border: 2px solid black;
padding: 6px 10px;
text-align: center;
}
table th {
background-color: #f0f0f0;
}