| 1234567891011121314151617181920212223 |
- <style>
- .marker {
- background-color: #ffff66;
- }
- .marker-green {
- background-color: #66ff00;
- }
- .marker-pink {
- background-color: #ff6fff;
- }
- .pen-red {
- background-color: transparent;
- color: #ff2929;
- }
- .pen-blue {
- background-color: transparent;
- color: #0091ff;
- }
- </style>
|