Loading lesson path
Create an overlay effect on hover:
Move your mouse over the image to flip it horizontally:
Example img:hover {
transform: scaleX(-1);
}CSS can be used to create responsive image galleries. This example uses media queries to re-arrange the images on different screen sizes. Resize the browser window to see the effect: