Mühlstraße 12, 90762 Fürth

Einsätze

table { border-collapse: collapse; width: 100%; max-width: 800px; /* Maximale Breite der Tabelle */ margin: 0 auto; /* Zentriert die Tabelle horizontal */ } th, td { padding: 8px; text-align: left; border-bottom: 1px solid #ddd; } th { background-color: #35495e; color: #fff; } tr:nth-child(even) { background-color: #f2f2f2; } tr:hover { background-color: #d9d9d9; }