Skip to content

Instantly share code, notes, and snippets.

View chipbrommer's full-sized avatar

Chip Brommer chipbrommer

View GitHub Profile
@chipbrommer
chipbrommer / index.html
Created March 29, 2019 14:38
Layout 2 columns 80/20
<div class="column c80">
<header>Header c80</header>
<section>This column is 80% width and has a header and footer.</section>
<footer>Footer c80</footer>
</div>
<div class="column c20">
<header>Header c20</header>
<section>This column is 20% width and also has a header and footer.</section>
<footer>Footer c20</footer>
</div>