Advertisement ยท 728 ร— 90
#
Hashtag
#e8f5e8
Advertisement ยท 728 ร— 90

Cosas que me critica el profe:
Que en lugar de hacer esto:

tr { &:nth-child(odd) { background-color: #f9f9f9; }
&:nth-child(even) { background-color: #e8f5e8; }

haya hecho esto:

.fila_impar { background-color: un_color; }
.fila_par { background-color: otro_color; }

0 0 1 0