Skip to content

Instantly share code, notes, and snippets.

@jrpbuilds
Created August 8, 2014 08:11
Show Gist options
  • Select an option

  • Save jrpbuilds/92200511ee3bb8d24db0 to your computer and use it in GitHub Desktop.

Select an option

Save jrpbuilds/92200511ee3bb8d24db0 to your computer and use it in GitHub Desktop.
polaroid nth
.polaroid:nth-child(even) {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
transform: rotate(5deg);
-ms-transform: rotate(5deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment