Skip to content

Instantly share code, notes, and snippets.

@daneden
Created April 24, 2012 12:14
Show Gist options
  • Save daneden/2479186 to your computer and use it in GitHub Desktop.
Save daneden/2479186 to your computer and use it in GitHub Desktop.
Toast demo - with dividers
/* Toast demo - with dividers */
.grid-4 {
border-right: 1px solid;
padding-right: 1.7%;
}
<link rel="stylesheet" href="http://daneden.me/toast/lib/toast.css">
<div class="wrap">
<div class="grids">
<div class="grid-4">
<p>She must have hidden the plans in the escape pod. Send a detachment down to retrieve them, and see to it personally, Commander. There'll be no one to stop us this time! In my experience, there is no such thing as luck. The plans you refer to will soon be back in our hands. Ye-ha! No! Alderaan is peaceful. We have no weapons. You can't possibly… As you wish.<p>
</div>
<div class="grid-4">
<p>She must have hidden the plans in the escape pod. Send a detachment down to retrieve them, and see to it personally, Commander. There'll be no one to stop us this time! In my experience, there is no such thing as luck. The plans you refer to will soon be back in our hands. Ye-ha! No! Alderaan is peaceful. We have no weapons. You can't possibly… As you wish.</p>
</div>
<div class="grid-4">
<p>She must have hidden the plans in the escape pod. Send a detachment down to retrieve them, and see to it personally, Commander. There'll be no one to stop us this time! In my experience, there is no such thing as luck. The plans you refer to will soon be back in our hands. Ye-ha! No! Alderaan is peaceful. We have no weapons. You can't possibly… As you wish.</p>
</div>
</div>
</div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment