| 1234567891011121314151617 |
- <style>
- .word-count {
- padding: 10px 20px;
- margin-bottom: 15px;
- background: var(--ck-color-toolbar-background);
- border-left: 10px hsl(291, 64%, 42%) solid;
- box-shadow: 2px 2px 2px hsla(0,0%,0%,0.1);
- }
- .word-count::before {
- content: "Text statistics";
- display: block;
- font-weight: bold;
- font-size: 1.2em;
- margin-bottom: .4em;
- }
- </style>
|