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 5695c184cb08219fa507999ad00f21500006e2b8
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 the HTML file.
Please apply that class to both of the HTML `<p>` tags.