<html>
<head>
<style>
img:hover {
transform: scaleX(-1);
transform: scaleX(-1);
}
</style>
</head>
<body>
<h2>Flip an Image</h2>
<p>Move your mouse over the image.</p>
<img src="paris.jpg" alt="Paris" width="400" height="300">
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_image_flip by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:17:43 GMT -->
</html>