Descripción
.specs-table {
width: 54%;
border-collapse: collapse;
margin: 20px 0;
font-size: 12px;
table-layout: fixed; /* Add this line */
}
.specs-table th, .specs-table td {
border: 1px solid #f0f0f0;
padding: 8px 16px;
text-align: left;
height: 32px;
width: 50%; /* Makes each column take up 50% of the table width */
vertical-align: middle;
}
.specs-table th {
background-color: #f5f5f5;
color: #333;
/* Remove the width: 120px */
}
.specs-title {
font-size: 22px;
font-weight: bold;
margin: 32px 0 16px;
}
| Material | Plástico | Categoría | Juguetes de Broma |
|---|---|---|---|
| Dimensiones | 13.5*17*20.5cm | Marca | Genérica |
| Código | 85113A | Clasificación 3C | Juguetes para mayores de 14 años |
| Edad Recomendada | Niños (4-6 años) |


















Valoraciones
No hay valoraciones aún.