Last active
December 12, 2015 09:19
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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