diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -90,3 +90,26 @@ table.center { #io h3 { padding-bottom: 1em; } + +.bar { + position: absolute; + right: 0; + left: 0; +} +.bar div { + width: 0; + height: 2px; +} +#progressBar { + bottom: 0; +} +#progressBar div { + background: rgba(209, 196, 233, 1); + transition: width 1s; +} +#timeBar { + top: 0; +} +#timeBar div { + background: rgba(209, 196, 233, 1); +} |
