This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |