The css code to use is
.yourclass:before {
background-image: url('your-url/your-image.jpg');
background-size: 20px 20px;
display: inline-block;
width: 20px;
height: 20px;
content:"";
}
a thoughtful use of digital
The css code to use is
.yourclass:before {
background-image: url('your-url/your-image.jpg');
background-size: 20px 20px;
display: inline-block;
width: 20px;
height: 20px;
content:"";
}