[node] implement everything...
This commit is contained in:
parent
1fda3c11a4
commit
99809e1139
9 changed files with 527 additions and 12 deletions
|
@ -65,13 +65,6 @@ footer.flex {
|
|||
/* # index.html */
|
||||
|
||||
/* based on https://codepen.io/t_afif/pen/RwQZLYb */
|
||||
.progress-bar {
|
||||
--w: 100px; /* the width*/
|
||||
|
||||
--background: lightgrey; /* the background color */
|
||||
width: var(--w);
|
||||
margin: 0 10px;
|
||||
}
|
||||
.progress {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
@ -81,6 +74,13 @@ footer.flex {
|
|||
border-radius: 10em;
|
||||
background: var(--background);
|
||||
}
|
||||
.progress-bar {
|
||||
--w: 100px; /* the width*/
|
||||
|
||||
--background: lightgrey; /* the background color */
|
||||
width: var(--w);
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
.progress-value[value]{
|
||||
--color: /* the progress color */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue