| <!DOCTYPE html> | |
| <title>flexbox | display error-handling</title> | |
| <link rel="author" href="http://opera.com" title="Opera Software"> | |
| <style> | |
| ol { | |
| background: #3366cc; | |
| padding: 0; | |
| list-style: none; | |
| border: 1px solid black; | |
| } | |
| li { | |
| background: #ffcc00; | |
| margin: 2em; | |
| } | |
| </style> | |
| <ol> | |
| <li>filler</li> | |
| <li>Antidisestablishmentarianism</li> | |
| </ol> |