Skip to content

Instantly share code, notes, and snippets.

@nagoshiashumari
Created February 25, 2015 21:17
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 nagoshiashumari/111ab1e1afcce79a6524 to your computer and use it in GitHub Desktop.
Save nagoshiashumari/111ab1e1afcce79a6524 to your computer and use it in GitHub Desktop.
<style type="text/css">
.Grid {
display: flex;
}
.Grid-cell {
flex: 1;
}
</style>
<div class="Grid">
<div class="Grid-cell">…</div>
<div class="Grid-cell">…</div>
<div class="Grid-cell">…</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment