mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
20 lines
345 B
HTML
20 lines
345 B
HTML
<!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>damer</li>
|
|
<li>Antidisestablishmentarianism</li>
|
|
</ol>
|