Content

The content property is used with the :before and :after pseudo-elements, to insert generated content.

Value Description
normalDefault value. Sets the content, if specified, to normal, which default is 'none' (which is nothing)
noneSets the content, if specified, to nothing
counterSets the content as a counter
attr(attribute)Sets the content as one of the selector's attribute
stringSets the content to the text you specify
open-quoteSets the content to be an opening quote
close-quoteSets the content to be a closing quote
no-open-quoteRemoves the opening quote from the content, if specified
no-close-quoteRemoves the closing quote from the content, if specified
url(url)Sets the content to be some kind of media (an image, a sound, a video, etc.)

Themeover CSS Reference

Close