I\'m trying to use the :before selector to place an image over another image, but I\'m finding that it simply doesn\'t work to place an image before an im
:before
im
Try this code
.button:after { content: "" position: absolute width: 70px background-image: url('../../images/frontapp/mid-icon.svg') display: inline-block background-size: contain background-repeat: no-repeat right: 0 bottom: 0 }