Skip to content

Instantly share code, notes, and snippets.

@himalay
Last active January 30, 2020 07:09
Show Gist options
  • Select an option

  • Save himalay/82bc5e16105cc66fd12ea109c7b3213c to your computer and use it in GitHub Desktop.

Select an option

Save himalay/82bc5e16105cc66fd12ea109c7b3213c to your computer and use it in GitHub Desktop.
Flip element css
.flip {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment