Skip to content

Instantly share code, notes, and snippets.

@Takerrim
Last active July 29, 2018 08:11
Show Gist options
  • Save Takerrim/f5b48d0900a728b53fb89e6ce587782b to your computer and use it in GitHub Desktop.
Save Takerrim/f5b48d0900a728b53fb89e6ce587782b to your computer and use it in GitHub Desktop.
Scale pic
div img
width: 378px
height: 550px
transition: all 0.5s ease
&:hover
transform: scale(1.05) translateY(-13px)
box-shadow: inset 0 0 0 23px #53ea93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment