Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active August 8, 2022 21:05
Show Gist options
  • Save MariaJackson1/83eb0bd9049c3c39a853daa7508b1a73 to your computer and use it in GitHub Desktop.
Save MariaJackson1/83eb0bd9049c3c39a853daa7508b1a73 to your computer and use it in GitHub Desktop.
Scale Image on Hover
.wp-image-909 {
transition: transform 2s;
}
.wp-image-909:hover {
transform: scale(1.05);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment