| <!DOCTYPE html> |
| |
| <html> |
| <head> |
| <style> |
| div { |
| font-size: 80px; |
| color: gray; |
| text-shadow: none; |
| stroke-width: 10px; |
| display: inline; |
| } |
| |
| stroke-color-class { |
| stroke-color: green; |
| } |
| </style> |
| </head> |
| <body> |
| |
| <div style="stroke-color: blue;">◼</div> |
| <div style="stroke-color: green;">◼</div> |
| <div style="stroke-color: green;">◼</div> |
| <div style="stroke-color: yellow;">◼</div> |
| <div style="stroke-color: green;">◼</div> |
| |
| <div style="stroke-color: green;"><span>◼</span></div> |
| <div style="stroke-color: green;"><span>◼</span></div> |
| <div style="stroke-color: blue;"><span>◼</span></div> |
| <div style="stroke-color: green;"><span>◼</span></div> |
| <div style="stroke-color: green;"><span>◼</span></div> |
| |
| <div style="stroke-color: green;">◼</div> |
| |
| </body> |
| </html> |