Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ tr:nth-child(even) {
To complete the task:

1. Make any paragraph that directly follows an `<h2>` element red.
2. Remove the bullets and add a 1px grey bottom border only to list items that are a direct child of the `<ul>` with a class of `list`.
2. Style list items that are a direct child of the `<ul>` with a class of `list` as follows:
- Remove their bullets.
- Give them a `1px` grey bottom border.

Your final result should look like the image below:

Expand Down