#94: Intro to Pseudo Elements

CSS-Tricks Screencasts - A podcast by CSS-Tricks

Categories:

Pseudo elements are visible elements on a web page that aren’t “in the DOM” or created from HTML, but are instead inserted directly from CSS. This allows you to do lots of neat design-y things without cluttering the markup. Pseudo …