Hey guys. I want to make this. And have it so when you hover over the overly is moves down and to the right to reveal the image behigd it with new text to appear. How do I achieve this?
You can create a triangle in PNG or better, SVG, and stick it to the lower left corner with position:absolute, then make it move with a Hover interaction.
You can also place a bigger swuare div inside your original div, place text inside of it, middle centerd and on top, and rotate the square div to make a triangle.