/* Main Site CSS */ body { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/782173/codepen-bg-light1.png") } .bobAnimate-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 375px; } .inline { display: inline-block; } #bobAnimate { margin-left: 5px; transition-timing-function: ease-in-out; transition: margin-left 2s; } /* Github Corner */ .github-corner:hover .octo-arm { animation: octocat-wave 560ms ease-in-out } @keyframes octocat-wave { 0%, 100% { transform: rotate(0) } 20%, 60% { transform: rotate(-25deg) } 40%, 80% { transform: rotate(10deg) } } @media (max-width:500px) { .github-corner:hover .octo-arm { animation: none } .github-corner .octo-arm { animation: octocat-wave 560ms ease-in-out } }