Skip to content

Instantly share code, notes, and snippets.

@allurco
Created October 8, 2017 00:13
Show Gist options
  • Save allurco/6b386ab1fb8535d8ca46d710cf6cf15c to your computer and use it in GitHub Desktop.
Save allurco/6b386ab1fb8535d8ca46d710cf6cf15c to your computer and use it in GitHub Desktop.
Flex Box Three
<ul class="flex justified-space-between red">
<li><p>Box One</p></li>
<li><p>Box Two</p></li>
<li><p>Box Three</p></li>
</ul>
<ul class="flex justified-space-around blue">
<li><p>Box One</p></li>
<li><p>Box Two</p></li>
<li><p>Box Three</p></li>
</ul>
<div class="clearfix"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment