| 123456789101112131415161718192021222324252627 |
- <style>
- .marker {
- background-color: #fdfd77;
- }
- .marker-green {
- background-color: #63f963;
- }
- .marker-pink {
- background-color: #fc7999;
- }
- .marker-blue {
- background-color: #72cdfd;
- }
- .pen-red {
- background-color: transparent;
- color: #e91313;
- }
- .pen-green {
- background-color: transparent;
- color: #118800;
- }
- </style>
|