inital commit
This commit is contained in:
18
public/plugins/increment-numeric-counter/counter.css
Normal file
18
public/plugins/increment-numeric-counter/counter.css
Normal file
@@ -0,0 +1,18 @@
|
||||
/* body {
|
||||
color: black;
|
||||
max-width:800px;
|
||||
margin: 100px auto 0;
|
||||
text-align: center;
|
||||
display: table;
|
||||
} */
|
||||
|
||||
.counter {
|
||||
display: table-cell;
|
||||
font-size:20px;
|
||||
width:50px;
|
||||
border-radius: 10px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
Reference in New Issue
Block a user