Skip to content

Instantly share code, notes, and snippets.

@owalacesilva
Last active June 14, 2023 17:28
Show Gist options
  • Save owalacesilva/1f388ef5b2928a6a1604a567a68d3ef1 to your computer and use it in GitHub Desktop.
Save owalacesilva/1f388ef5b2928a6a1604a567a68d3ef1 to your computer and use it in GitHub Desktop.
div:hover {
-webkit-box-shadow: rgba(39,44,49,.07) 8px 28px 50px, rgba(39,44,49,.04) 1px 6px 12px;
box-shadow: 8px 28px 50px rgba(39,44,49,.07), 1px 6px 12px rgba(39,44,49,.04);
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-transform: translate3D(0,-1px,0) scale(1.02);
transform: translate3D(0,-1px,0) scale(1.02);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment