Skip to content

Instantly share code, notes, and snippets.

@WebsiteStudents
Last active December 12, 2015 09:19
Show Gist options
  • Save WebsiteStudents/4751097 to your computer and use it in GitHub Desktop.
Save WebsiteStudents/4751097 to your computer and use it in GitHub Desktop.
Transform code for our grissom section. Use this to replace the /* PASTE SECTION-GRISSOM TRANSFORM CODE HERE */ comment in the CSS code of our Apollo project.
.crew .crew.grissom:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment