Last active
December 23, 2015 03:32
-
-
Save SethCalkins/f931598b2630ae94b0ce to your computer and use it in GitHub Desktop.
Nested Divs
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="main"> | |
<div class="table"> | |
<div class="row"> | |
<div id="red" class="column left">Does Ethan Love Star Trek?</div> | |
<div class="column right">Yes</div> | |
<div class="column left">Does Seth Love Star Trek?</div> | |
<div class="column right">No</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment