css content images code example
Example 1: css content image
DIV:before {
content: url(http://name.png);
}
Example 2: css text image
background-image: url(pathToImage);
background-size: 100%;
color: transparent;
-webkit-background-clip: text;