Skip to content

Instantly share code, notes, and snippets.

@impressivewebs
Created April 8, 2016 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save impressivewebs/8dcddb413c6dd33a601ba4d3168fc8fc to your computer and use it in GitHub Desktop.
Save impressivewebs/8dcddb413c6dd33a601ba4d3168fc8fc to your computer and use it in GitHub Desktop.
SVG2CSS : output files
@keyframes dropball {
}
/* Add Your CSS */
.ball {
left: 100px;
bottom: 100px;
height: 200px;
width: 200px;
background: white;
border-radius: 50%;
position: absolute;
animation: dropball 2s infinite;
}
<!-- Add Your HTML -->
<div class="ball"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment