| <style> | |
| .container { | |
| background-color: green; | |
| word-break: break-word; | |
| width: 40px; | |
| font-family: Ahem; | |
| font-size: 20px; | |
| color: transparent; | |
| } | |
| .floatBox { | |
| float: left; | |
| width: 5px; | |
| height: 5px; | |
| background-color: green; | |
| } | |
| </style> | |
| <!-- PASS if 4 'X' show --> | |
| <div class=container>XX<div class=floatBox></div>XX</div> |