Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
josemoracard authored Mar 22, 2023
commit 784f9619047b30ef6df183cc405f7077be7ec871
2 changes: 1 addition & 1 deletion exercises/04-Class-Selector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Use the class property of the HTML element to select it. Styling rules will appl

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

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