ponozky/assets/tabulka.css
2024-06-08 17:06:13 +02:00

36 lines
492 B
CSS

body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
text-align: center;
}
table {
width: 120%;
border-collapse: collapse;
margin: 20px 0; font-family:serif;
font-size: 18px;
text-align: left;
}
th, td {
padding: 13px;
border-bottom: 4px solid #000000;
border: 2px solid #000000
}
thead {
background-color: #3752346b;
}
tbody tr:nth-child {
background-color: #c0c0c0;
}
tbody tr:hover {
background-color: #7a7a7a;
}