scss before content url code example
Example 1: css content image
DIV:before {
content: url(http://name.png);
}
Example 2: html img pseudo class
Doesn't work. Only containing tags can have psuedo class children.
e.g. <div>, <p>, <span>, etc...