1
The image below shows that when placing the mouse over the image, it gets larger with a SCALE via CSS (transform: scale(3.05)
). But the content of the site below is on the image, would anyone know which CSS code to use to put the image in the foreground, above any content? That is, the image should be above the texts that come below it.
Buddy, use the css z-index, find out which image z-index is below and apply a higher or lower value to the div you want to leave ahead.
– RBoschini