My goal would be for a .png image to be over a .jpg image by hovering over it. I tried with the following code:
.image{
width: 320px;
height: 180px;
}
.image:hover{
content: url('playplay.png');
}
But it looks like this
When passing the cursor the jpg image disappears being replaced by png, but my goal was for the play button to be over the image. The images are exactly the same size and will be in this layout (4 horizontally aligned)