CSS

Spinner with a progress bar using CSS variables

Did you have a task to implement a form indicating the current progress of an asynchronous request? That could be a multi-step from, or some upload, or server-side long process. I did have such thing to do. What exact feature we want to achieve? The result should look closer to the combining of these two […]