Skip to content

Commit 96004a3

Browse files
committed
updated instructions for clarity
1 parent e78069d commit 96004a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/04-Class-Selector/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Usa la propiedad `class` del elemento HTML para seleccionarlo. Las reglas de est
1818
## 📝 Instrucciones:
1919

2020
En este momento hay una clase seleccionada en el CSS llamada
21-
`.b-blue`.
21+
`b-blue`.
2222

2323
Por favor aplica la clase a ambas etiquetas HTML `<p>`.

exercises/04-Class-Selector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use the class property of the HTML element to select it. Styling rules will appl
2222

2323
## 📝 Instructions:
2424

25-
Right now there is a class selected on the CSS that is called `.b-blue`.
25+
Right now there is a class selected on the CSS that is called `b-blue`.
2626

2727
Please apply that class to both of the HTML `<p>` tags.
2828

0 commit comments

Comments
 (0)