File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
exercises/04-Class-Selector Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ Usa la propiedad `class` del elemento HTML para seleccionarlo. Las reglas de est
1818## 📝 Instrucciones:
1919
2020En este momento hay una clase seleccionada en el CSS llamada
21- ` . b-blue` .
21+ ` b-blue ` .
2222
2323Por favor aplica la clase a ambas etiquetas HTML ` <p> ` .
Original file line number Diff line number Diff 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
2727Please apply that class to both of the HTML ` <p> ` tags.
2828
You can’t perform that action at this time.
0 commit comments