tabella per classifica completa di tutte le partite

This commit is contained in:
2026-04-01 11:56:41 +02:00
parent f92408b875
commit e5bfbc04ad
3 changed files with 70 additions and 18 deletions
+19
View File
@@ -0,0 +1,19 @@
body {
font-family: "Arial";
}
table, h1 {
margin: auto;
}
h1 {
text-align: center;
padding: 15px;
}
table {
width: 75vw;
text-align: center;
border-collapse: collapse;
}
th, td {
padding: 10px;
border: 1px solid black;
}