F
F
FrontendNooob2022-04-18 10:33:05
css
FrontendNooob, 2022-04-18 10:33:05

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?
625d13d24af89651973514.jpeg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
RAX7, 2022-04-18
@FrontendNooob

S
seritx, 2022-04-18
@seritx

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%);

A
ANYJT, 2022-04-18
@ANYJT

https://html5book.ru/css3-gradient/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question