I want to add an Background image on the <img>
attribute. I want to show the tick image center of the twitter image. But, the tick image or background-image is doesn't show in here.
img{
background-image:url(https://www.colourbox.com/preview/2692824-green-check-mark-symbol-over-white-background.jpg);
background-repeat:no-repeat;
background-size:20%;
background-position:center center;
}
<img src="https://hakin9.org/wp-content/uploads/2014/02/twitter-150x150.png" />