puiu91
10/23/2015 - 8:58 PM

gistfile1.txt

  .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); 
  	} 
  }