Skip to content

Instantly share code, notes, and snippets.

View soderalohastrom's full-sized avatar

Scott Soderstrom soderalohastrom

View GitHub Profile
@soderalohastrom
soderalohastrom / index.html
Last active August 29, 2015 14:03 — forked from anonymous/Demo-Flexbox-1.markdown
Flexbox for Locations page
<div class="block1">
<ul class="flex-container">
<li class="flex-item">1</li>
<li class="flex-item">2</li>
<li class="flex-item">3</li>
<li class="flex-item">4</li>
<li class="flex-item">5</li>
</ul>
</div>