diff --git a/index.html b/index.html index 80ca84b..343f294 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,18 @@ width: 100%; height: 30px; -webkit-appearance: none; + -moz-appearance: none; + appearence: none; + border: none; visibility: hidden; + background-color: #b4ffe0; + transition-timing-function: linear; + } + progress::-webkit-progress-value { + transition: width 100ms; + } + progress[value] { + background-color: #00ff9a; } progress::-webkit-progress-bar { background-color: #b4ffe0; @@ -50,26 +61,25 @@ } #result { font-size: 1.5rem; - font-variant-numeric: tabular-nums; } #resultDone { - font-size: 2rem; + font-size: .8rem; font-weight: bold; } #eta { font-size: 1rem; - font-variant-numeric: tabular-nums; }
- - - - - + + + + + +
@@ -83,11 +93,16 @@ -