.progress-wrapper{position:relative;height:2px;width:100%;border-radius:15px;background-color:black}.progress-wrapper .progress{position:absolute;background-color:#87dc50;width:0;height:2px;border-radius:15px;animation:progress 1.5s linear infinite}@keyframes progress{0%{width:0}to{width:100%}}