Answers for "add image for ::before on a tag css"

CSS
2

css content image

DIV:before {
    content: url(http://name.png);
}
Posted by: Guest on May-22-2020

Browse Popular Code Answers by Language