.spinner{position:relative;width:40px;height:40px}.square{position:absolute;width:10px;height:10px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pulse-animate{animation:pulse 2s infinite}