CSS - Content properties for img

0 votes
190 views
added Jul 18, 2018 in CSS by LC Marshal Captain (25,790 points)
div::before {
  content: url(image.jpg);
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...