Skip to content

Instantly share code, notes, and snippets.

@perandre
Last active October 3, 2017 11:31
Show Gist options
  • Save perandre/ae6fe126cf3fb492be774810a79d5613 to your computer and use it in GitHub Desktop.
Save perandre/ae6fe126cf3fb492be774810a79d5613 to your computer and use it in GitHub Desktop.
Bakeri grid
<h2>3 kolonner</h2>
<div class="l-row grid-three">
<div class="grid-item">Col 1</div>
<div class="grid-item">Col 2</div>
<div class="grid-item">Col 3</div>
</div>
<h2>2 kolonner</h2>
<div class="l-row grid-two">
<div class="grid-item">Col 1</div>
<div class="grid-item">Col 2</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment