mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +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;
|
||
|
}
|