implement basic timer

This commit is contained in:
Rijn 2017-01-16 04:12:46 -06:00
parent 65c64ce935
commit 3e6d635650
2 changed files with 32 additions and 2 deletions

View file

@ -27,11 +27,14 @@
top: 0;
left: 0;
display: block;
overflow: hidden;
}
&-item {
float: left;
height: 100%;
min-height: 1px;
display: block;
}
}