.spinner{text-align:center;width:70px}.spinner>div{animation:bounce 1.4s ease-in-out infinite both;background-color:#3498db;border-radius:100%;display:inline-block;height:18px;width:18px}.spinner .bounce1{animation-delay:-.32s}.spinner .bounce2{animation-delay:-.16s}@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}
