mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): fixed typo and added a comma in what-are-pseudo-elements (#64309)
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user