Closed
Description
Not a real issue, more a little adjustment?
Article is about an ::after
pseudo-element and example is featuring ::before
pseudo-element.
http://tympanus.net/codrops/css_reference/after/
.element::before {
content: url(path/to/image.png); /* an image, for example, an icon */
}
.element::before {
content: "Note: "; /* a string */
}
.element::before {
content: "\201C"; /* also counts as a string. Escaping the unicode; renders it as a character */
}
Metadata
Metadata
Assignees
Labels
No labels