Skip to content

Instantly share code, notes, and snippets.

@helmutgranda
Created August 22, 2014 21:56
Show Gist options
  • Save helmutgranda/9d46ab702dc335b9aa16 to your computer and use it in GitHub Desktop.
Save helmutgranda/9d46ab702dc335b9aa16 to your computer and use it in GitHub Desktop.
A Pen by Helmut Granda.
#animation-container
.inner-circle
#animation-container
-webkit-transform: translate(50%, 50%)
#animation-container
.inner-circle
background: url(http://assets.codepen.io/images/codepen-logo.svg) no-repeat 18px center
border: 1px solid #999
background-size: 176px 31px
height: 176px
width: 220px
background-color: #ccc
-webkit-transition: all .2s ease-in-out
.inner-circle:hover
-webkit-transform: scaleY(1.5) scaleX(1.5)
-webkit-box-shadow: 0px 0px 20px rgba(204, 204, 204, 0.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment