Answer the question
In order to leave comments, you need to log in
How to make a gradient progress bar?
Good afternoon, I came across an interesting gradient progress bar, how can I make dots under which there is content, and even the same color as the line?
Answer the question
In order to leave comments, you need to log in
set the color of the progress bar to a gradient
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,0,249,1) 100%);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question