Add counter
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user