[node] implement everything...

This commit is contained in:
lare 2022-12-21 21:21:57 +01:00
parent 1fda3c11a4
commit 99809e1139
9 changed files with 527 additions and 12 deletions

View file

@ -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 */