Hi,
Just a suggestion on improving the clarity of pseudo-element.
Given:
p::first-letter
Actual Output:
This applies the ::first-letter pseudo-element to any <p> element
Suggested Output:
This applies to the first letter of any <p> element
Thank you.