blob: 058b3b1fb45b5a584ccfe04728e890337b404b5a [file] [log] [blame]
<!DOCTYPE html>
<html>
<link href="resources/flexbox.css" rel="stylesheet">
<style>
.flexbox { white-space: pre; }
.a {
flex: none;
width: 30px;
background: salmon;
}
</style>
<body>
<div class="flexbox justify-content-space-around">
<div class="a"></div> &#9;
</div>
<div class="flexbox">
<b>foo</b> <b>bar</b>
</div>