Answers for "add image ::before css"

CSS
1

add image ::before css

element::after{
  content:url('blackCarrot.png'); 
  position:relative; /*or absolute*/
  z-index:100000; 
  left:-50px;
  top:10px;
}
Posted by: Guest on February-25-2021

Browse Popular Code Answers by Language