Skip to content

Instantly share code, notes, and snippets.

@torkiljohnsen
Created September 24, 2012 06:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torkiljohnsen/3774582 to your computer and use it in GitHub Desktop.
Save torkiljohnsen/3774582 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
section {
background: gray;
max-width: 700px;
display: flex;
flex-flow: row wrap;
}
article {
background: #ccc;
display: flex;
flex-flow: column;
}
<section>
<article>One</article>
<article>Two</article>
<article>Three</article>
<article>Four</article>
<article>Five</article>
<article>Six</article>
</section>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment