fix(curriculum): fixed typo and added a comma in what-are-pseudo-elements (#64309)

This commit is contained in:
Brian Tripp
2025-12-03 18:18:30 -06:00
committed by GitHub
parent 9e03624bb0
commit b9906c3d76
@@ -140,7 +140,7 @@ p::first-letter {
:::
In the last example, we will look at is the `::marker` pseudo-element which lets you select the marker, bullet or numbering of list items for styling. The `::marker` pseudo-element offers a way to enhance your website's brand identity by customizing list markers to match your color scheme.
In the last example, we will look at the `::marker` pseudo-element, which lets you select the marker, bullet or numbering of list items for styling. The `::marker` pseudo-element offers a way to enhance your website's brand identity by customizing list markers to match your color scheme.
Here's an example of an unordered list and an ordered list. To change the list item's marker color and size, you can use the `::marker` pseudo-element like this: