1
0
Fork 0
firefox/testing/web-platform/tests/css/css-flexbox/flexbox_flex-none-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

27 lines
493 B
HTML

<!DOCTYPE html>
<title>flexbox | flex: none</title>
<link rel="author" href="http://opera.com" title="Opera Software">
<style>
div {
background: blue;
margin: 1em 0;
border: 1px solid black;
height: 8em;
width: 32em;
}
span {
background: white;
margin: 1em;
width: 5em;
height: 6em;
display: inline-block;
}
</style>
<div>
<span>one</span><span>two</span><span>three</span><span>four</span>
</div>
<div>
<span>one</span><span>two</span><span>three</span><span>four</span>
</div>