How To Make Your Image Flip
Saturday, 1 July 2017 03:11 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Just copy and paste the code into the Story Stylesheets, then adjust it to your liking.
For example:
img {
}
img:hover {
For example:
img {
}
img:hover {
transform: rotate(90deg/180deg/360deg);
-webkit-transform: rotate(90deg/180deg/360deg);
-moz-transform: rotate(90deg/180deg/360deg);
-webkit-transform: rotate(90deg/180deg/360deg);
-moz-transform: rotate(90deg/180deg/360deg);
-ms-transform: rotate(90deg/180deg/360deg);
-o-transform: rotate(90deg/180deg/360deg);
-o-transform: rotate(90deg/180deg/360deg);
}