Skip to content

Instantly share code, notes, and snippets.

@anthonydelgado
Created February 14, 2017 15:38
Show Gist options
  • Save anthonydelgado/b182f0342e07e53e56dbe6f6cce20c11 to your computer and use it in GitHub Desktop.
Save anthonydelgado/b182f0342e07e53e56dbe6f6cce20c11 to your computer and use it in GitHub Desktop.
div.scroll {
background: url(../../assets/img/aems_website_banner_scroll.png) left no-repeat;
height: 64px;
width: 86px;
margin: 0 auto;
position: fixed;
bottom: 10%;
left: 50%;
margin-left: -43px;
z-index: 99112;
-webkit-animation: pulsate 1.5s infinite;
-moz-animation: pulsate 1.5s infinite;
-o-animation: pulsate 1.5s infinite;
animation: pulsate 1.5s infinite;
margin-bottom: 10;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment