forked from marquez.juan/clase-11-ejercicio-integrador
Ejercicio 1
This commit is contained in:
@@ -53,6 +53,12 @@ th, td {
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
}
|
||||
|
||||
/* Centrar columnas específicas (Año y Puntaje) */
|
||||
th:nth-child(3), td:nth-child(3),
|
||||
th:nth-child(4), td:nth-child(4) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #4a69bd;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user