mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
23 lines
579 B
HTML
23 lines
579 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>flexbox | first-line</title>
|
|
<link href="http://opera.com" rel="author" title="Opera Software">
|
|
<style>
|
|
ul {
|
|
background: #3366cc;
|
|
padding: 0;
|
|
list-style: none;
|
|
width: 900px;
|
|
display: block;
|
|
}
|
|
li {
|
|
background: #ffcc00;
|
|
margin: 2em;
|
|
border: 1px solid black;
|
|
display: inline-block;
|
|
}
|
|
</style>
|
|
|
|
</head><body><ul>
|
|
<li>damer</li><li>Antidisestablishmentarianism</li><li>damer</li><li>Antidisestablishmentarianism</li><li>Antidisestablishmentarianism</li><li>damer</li><li>Antidisestablishmentarianism</li><li>damer</li>
|
|
</ul>
|
|
</body></html> |