Description
body {
font-family: ‘Futura’, sans-serif;
background-color: #f4f4f4;
margin: 20px;
}
table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
background-color: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
th, td {
padding: 15px 20px;
text-align: left;
border-bottom: 1px solid #e0e0e0;
}
th {
background-color: #fafafa;
color: #333;
font-weight: bold;
font-size: 16px;
}
td {
font-size: 14px;
color: #555;
}
tr:last-child td {
border-bottom: none;
}
tr:hover {
background-color: #f0f0f0;
cursor: pointer;
}
/* Podświetlenie wiersza po kliknięciu */
tr:active {
background-color: #dcdcdc;
}
/* Zaokrąglone rogi */
table th:first-child, table td:first-child {
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
table th:last-child, table td:last-child {
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
/* Informacje dodatkowe */
.info {
font-size: 12px;
color: #777;
margin-top: 10px;
}



Avis
Il n’y a pas encore d’avis.