Add counter

This commit is contained in:
2015-04-30 20:52:59 +04:30
parent d16e6fb07e
commit c9e8fa7433
7 changed files with 52 additions and 2 deletions

View File

@@ -510,3 +510,11 @@ a[href="#"].running {
background-color: rgba(255, 255, 255, 0.2);
color: white;
}
.counter {
position: absolute;
left: 1rem;
bottom: 1rem;
padding: 1.5rem;
font-size: 2rem;
}

View File

@@ -191,3 +191,12 @@ a[href="#"].running {
background-color: rgba(255, 255, 255, 0.2);
color: white;
}
.counter {
position: absolute;
left: 1rem;
bottom: 1rem;
padding: 1.5rem;
font-size: 2rem;
}