Skip to content

Commit 9e23761

Browse files
authored
Merge pull request #79 from eliasvc/patch-1
Update broken pseudoelements CSS-Tricks reference
2 parents 0a59e59 + c9a8be9 commit 9e23761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/03-css/C-pseudoclasses-and-pseudoelements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ Every element has a `::before` and an `::after`. You can use these _pseudoelemen
7878
Again, not the most common thing to do, just wanted you to be aware of it. You will in old code and documentation see `:before` and `:after` but these are old and now are `::before` and `::after` so that pseudoclasses (like `:hover`) and pseudoelements (like `::after`) can be disambiguated by syntax.
7979

8080
[pseudoclasses]: https://css-tricks.com/pseudo-class-selectors/
81-
[pseudoelements]: https://css-tricks.com/almanac/selectors/a/after-and-before/
81+
[pseudoelements]: https://css-tricks.com/almanac/pseudo-selectors/b/after-and-before/

0 commit comments

Comments
 (0)