Página creada con «.countries { border-collapse: collapse; margin: 25px 0; font-size: 0.9em; font-family: sans-serif; min-width: 400px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); } .countries th { background-color: #009879; color: #ffffff; text-align: left; } .countries th, .countries td { padding: 10px 13px; text-align: center; } .countries tbody tr { border-bottom: 1px solid #dddddd; } .countries tbody tr:nth-of-type(even) { backg…» |
test |
||
Línea 35: | Línea 35: | ||
font-weight: bold; | font-weight: bold; | ||
color: #009879; | color: #009879; | ||
} | |||
.distribution-row { | |||
display: flex; | |||
} | |||
.distribution-col { | |||
padding: 5px; | |||
flex: 50%; | |||
} | |||
* { | |||
box-sizing: border-box; | |||
} | } |
Revisión del 15:25 30 jun 2022
.countries {
border-collapse: collapse;
margin: 25px 0;
font-size: 0.9em;
font-family: sans-serif;
min-width: 400px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.countries th {
background-color: #009879;
color: #ffffff;
text-align: left;
}
.countries th,
.countries td {
padding: 10px 13px;
text-align: center;
}
.countries tbody tr {
border-bottom: 1px solid #dddddd;
}
.countries tbody tr:nth-of-type(even) {
background-color: #f3f3f3;
}
.countries tbody tr:last-of-type {
border-bottom: 2px solid #009879;
}
.countries tbody tr.active-row {
font-weight: bold;
color: #009879;
}
.distribution-row {
display: flex;
}
.distribution-col {
padding: 5px;
flex: 50%;
}
* {
box-sizing: border-box;
}