Skip to content

Instantly share code, notes, and snippets.

@thevangelist
Last active December 13, 2016 15:36
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 thevangelist/49b06930ea4875b331192c6e5c5199bf to your computer and use it in GitHub Desktop.
Save thevangelist/49b06930ea4875b331192c6e5c5199bf to your computer and use it in GitHub Desktop.
Flexbox Product Grid Blog Post (2016/11)
<div class="flex">
<section>
<img src="img.jpg" alt="description" />
<h2>Product</h2>
<p>Description</p>
<aside>
<ul>
<li>Spec</li>
<li>Spec</li>
</ul>
<button>Button</button>
</aside>
</section>
<!-- Rest of items... -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment