blob: 628c2722bd1b6369b60287f3eea93d8e7f85f555 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!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>
|