.spinner-square{display:flex;flex-direction:row;width:90px;height:120px}.spinner-square>.square{width:17px;height:80px;margin:auto;border-radius:4px}.square-1{animation:square-anim 1.2s cubic-bezier(.445,.05,.55,.95) 0s infinite}.square-2{animation:square-anim 1.2s cubic-bezier(.445,.05,.55,.95) .2s infinite}.square-3{animation:square-anim 1.2s cubic-bezier(.445,.05,.55,.95) .4s infinite}@keyframes square-anim{0%{height:80px;background-color:#6fa3f0}20%{height:80px}40%{height:120px;background-color:#6fc8f0}80%{height:80px}to{height:80px;background-color:#6fa3f0}}