mirror of
https://github.com/ershisan99/flashcards-docs.git
synced 2025-12-16 20:59:26 +00:00
7 lines
101 B
CSS
7 lines
101 B
CSS
.counter {
|
|
border: 1px solid #ccc;
|
|
border-radius: 5px;
|
|
padding: 2px 6px;
|
|
margin: 12px 0 0;
|
|
}
|