blob: f7ab7baf7c31949d68169f150526bb274007ddbb [file] [log] [blame]
<!DOCTYPE html>
<html>
<link href="support/flexbox.css" rel="stylesheet">
<link rel="author" title="Google Inc." href="http://www.google.com/">
<style>
.a {
flex: none;
width: 30px;
background: salmon;
}
</style>
<body>
<div class="flexbox justify-content-space-around">
<div class="a"></div>
</div>
<div class="flexbox">
<b>foo</b><b>bar</b>
</div>