I would like to create a div
, containing a block of text and an image, and the image needs to cover the text, by moving the mouse in the image, it will become semi transparent, thus showing the text under it
Something like
<div>
<span>Meu texto de exemplo aqui</span>
<img src='www.imagem.com.br/imagem123.jpg' alt="" />
</div>
How would I do this in css
?