Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/04-Class-Selector/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Usa la propiedad `class` del elemento HTML para seleccionarlo. Las reglas de est
## 📝 Instrucciones:

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

Por favor aplica la clase a ambas etiquetas HTML `<p>`.
2 changes: 1 addition & 1 deletion exercises/04-Class-Selector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use the class property of the HTML element to select it. Styling rules will appl

## 📝 Instructions:

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

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

Expand Down