format
This commit is contained in:
parent
8bc1cb4e63
commit
ae3e18c443
5 changed files with 52 additions and 40 deletions
|
@ -155,7 +155,12 @@ td {
|
|||
#progress-bar {
|
||||
width: 300px;
|
||||
height: 5px;
|
||||
background: linear-gradient(90deg, #FD9800, #D73000 var(--progress), white var(--progress));
|
||||
background: linear-gradient(
|
||||
90deg,
|
||||
#FD9800,
|
||||
#D73000 var(--progress),
|
||||
white var(--progress)
|
||||
);
|
||||
border: 0.5px solid;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue