If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Intro
Pseudo elements have a problem and suck on selectors like pseudo classes, and the form of selector : pseudoelement {property : value; } For pseudoelements there are 4 suckers
First In First out - Letter and lines
First - letter pseudo element is being applied to first letter to an element and logic the first-line to the top line of an element.
Before and After
This method is used in conjunction with the content property to place content or side of an element and no touching HTML. The content value property can be open-quote, close-quote, no-open-quote.


