mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
17 lines
365 B
HTML
17 lines
365 B
HTML
<!DOCTYPE html>
|
|
<title>flexbox | singleline flexcontainer versus stf :: table</title>
|
|
<link rel="author" href="http://opera.com" title="Opera Software">
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
|
<style>
|
|
div, p {
|
|
font-family: Ahem;
|
|
display: inline-block;
|
|
}
|
|
p {
|
|
margin: 1em 0;
|
|
}
|
|
</style>
|
|
|
|
<div>
|
|
<p>fillerfillerfillerfillerfiller</p>
|
|
</div>
|