Last active
February 21, 2017 16:35
-
-
Save dcavins/d697f53332961ac1fbef to your computer and use it in GitHub Desktop.
Two-thirds-block structure example
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="content-row clear"> | |
<div class="third-block spans-2"> | |
Suddenly she came upon a little three-legged table, all made of solid glass; there was nothing on it except a tiny golden key, and Alice's first thought was that it might belong to one of the doors of the hall. | |
</div> | |
<div class="third-block"> | |
Suddenly she came upon a little three-legged table, all made of solid glass; there was nothing on it except a tiny golden key. | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment