Skip to content

Instantly share code, notes, and snippets.

@pjanf
Last active June 23, 2018 03:14
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 pjanf/7cb74feccdb240db02308897b21334d8 to your computer and use it in GitHub Desktop.
Save pjanf/7cb74feccdb240db02308897b21334d8 to your computer and use it in GitHub Desktop.
<div class="flex flex-row-ns center mw9 mw8-ns mt2 pv4">
<div class="mw7 mw9-ns w-200">
<!-- Get First Post -->
</div>
<div class="ml5">
<!-- Get Second Post -->
</div>
</div>
<!-- Start for loop to get three post per row -->
<div class="flex flex-row-ns center mw9 mw8-ns mt2 pv4">
<div class="w-30">
<!-- Get Post #1-->
</div>
<div class="w-30 ml5 mr5">
<!-- Get Post #2 -->
</div>
<div class="w-30">
<!-- Get Post #3 -->
</div>
<!-- End For Loop -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment