Table border

This commit is contained in:
Mateus Cezário Barreto 2025-11-20 12:01:42 -03:00
commit 844c2c47f0

View file

@ -20,3 +20,12 @@ div p[class="title"] {
text-align: center;
padding-right: 15px;
}
table, td, th {
border: 1px solid;
padding: 10px;
}
table {
border-collapse: collapse;
}