mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
21 lines
384 B
HTML
21 lines
384 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>flexbox | display error-handling</title>
|
|
<link href="http://opera.com" rel="author" title="Opera Software">
|
|
<style>
|
|
ol {
|
|
background: #3366cc;
|
|
padding: 0;
|
|
list-style: none;
|
|
border: 1px solid black;
|
|
}
|
|
li {
|
|
background: #ffcc00;
|
|
margin: 2em;
|
|
}
|
|
</style>
|
|
|
|
</head><body><ol>
|
|
<li>damer</li>
|
|
<li>Antidisestablishmentarianism</li>
|
|
</ol>
|
|
</body></html> |