Skip to content

Instantly share code, notes, and snippets.

@puiutucutu
Created October 23, 2015 20:58
Show Gist options
  • Save puiutucutu/65be5f2c0faeccc862ac to your computer and use it in GitHub Desktop.
Save puiutucutu/65be5f2c0faeccc862ac to your computer and use it in GitHub Desktop.
.circle {
width : 80px;
height : 80px;
border-radius : 40px;
border : solid 10px rgba(255, 255, 255, 0.2);
border-top-color : #FFF;
-webkit-box-sizing: border-box;
-webkit-animation : spin 1s infinite linear;
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment