.progress-bar{animation:progress 3s infinite}@keyframes progress{0%{width:0}50%{width:50%}to{width:100%}}