Skip to content

Instantly share code, notes, and snippets.

@SethCalkins
Last active December 23, 2015 03:32
Show Gist options
  • Save SethCalkins/f931598b2630ae94b0ce to your computer and use it in GitHub Desktop.
Save SethCalkins/f931598b2630ae94b0ce to your computer and use it in GitHub Desktop.
Nested Divs
<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