Skip to content

Instantly share code, notes, and snippets.

@WebPlatformDocs
Created November 22, 2013 13:22
Show Gist options
  • Save WebPlatformDocs/7599763 to your computer and use it in GitHub Desktop.
Save WebPlatformDocs/7599763 to your computer and use it in GitHub Desktop.
Untitled
.list {
display: flex;
flex-flow: row wrap;
}
.list div {
flex: 1;
background: #CCC;
margin: 5px;
}
<div class="list">
<div>First</div>
<div>Second</div>
<div>Third</div>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment