Skip to content
CSS Head
CSS links, tutorials, code and demos for web designers and developers
    About Archives Contact Privacy and Cookies Policy Submit a Link Submit Community News
CSS Head
CSS links, tutorials, code and demos for web designers and developers
Home Submit a Link Contact About

Tag: pseudo elements

Put a Pseudo-Class On It

May 16, 2015

An interesting article by Stephen Caver exploring a few CSS pseudo-classes that you may not know about…

csshead comment 0 Comments

Get to Grips with CSS Pseudo-Elements

March 15, 2010

Pseudo elements include :first-line, :first-letter, :before and :after. In the CSS specification, W3C define pseudo-elements like this: Pseudo-elements create abstractions about the document tree beyond those specified by the document language. For instance, document languages do not offer mechanisms to access the first letter or first line of an element’s content. CSS pseudo-elements allow style […]

csshead comment 0 Comments