| <style> | |
| .container { | |
| width: 400px; | |
| font-family: Monospace; | |
| } | |
| .float_box { | |
| float: left; | |
| width: 400px; | |
| height: 20px; | |
| } | |
| </style> | |
| <div class=container> | |
| <ul style="margin-top: 28px;"> | |
| <li>Pass if bullet appears in front of item</li> | |
| </ul> | |
| <div class=container> | |
| <div class=float_box style="width: 380px"></div> | |
| <li><br>Pass if item wraps</li> | |
| </div> | |
| </div> |