<!DOCTYPE html>
<html>
<head>
<style>
img{
margin:auto;
display:block;
}
img:hover{
transform:scaleY(-1);
}
/* To flip in X direction, transform:scaleX(-1); */
</style>
</head>
<body>
<img src="a.jpg">
</body>
</html>
No comments :
Post a Comment