Last active
December 15, 2015 04:19
-
-
Save begedin/5200693 to your computer and use it in GitHub Desktop.
Full screen HTML layout in CSS, section with columns
This file contains 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
<section> | |
<div class="column-left"></div> | |
<div></div> | |
<div class="column-right"></div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment