Home › Forums › CSS › Image with :after issue › Reply To: Image with :after issue
February 5, 2019 at 7:00 am
#282275
Participant
I have just applied this CSS and its done
#nav li:after{ content: ”;
height: 30px;
width: 30px;
background: url(../images/thumb-pin.png) no-repeat;
position: absolute;
margin-left: -10px;
background-size: 21px;
margin-top: 6px;
}