Skip to content

Commit 3452c08

Browse files
Update README.es.md
1 parent a04bc9f commit 3452c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/07-Very-Specific-Rules/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ En este ejercicio, puedes agregar tu código solo arriba del **READ ONLY BLOCK**
88

99
1. Establece el color de texto `ul` a rojo (`red`) (anula los conflictos siendo más específico).
1010

11-
2. Establece el color de fondo (`backgrounf-color`) del segundo `li` del `ol` a verde (`green`) (no uses el selector #id).
11+
2. Establece el color de fondo (`background-color`) del segundo `li` del `ol` a verde (`green`) (no uses el selector #id).
1212

1313
3. Haz que las filas impares de las tablas tengan fondo amarillo usando `tr:nth-child`.
1414

0 commit comments

Comments
 (0)