B
Blank Box Ltd
New Member
I'm trying to get a section background image to zoom on hover, I've tried everything I can but can only ever get the entire section to zoom / grow.
I know it's something along the lines of:
But nothing I've tried has worked.
Anybody have any ideas?
Regards,
Rory.
I know it's something along the lines of:
Code:
.div:hover {
transform: scale(1.2);
}
But nothing I've tried has worked.
Anybody have any ideas?
Regards,
Rory.