-
-
Save jannisg/2484325 to your computer and use it in GitHub Desktop.
Toast demo - with dividers
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
/* Toast demo - with dividers */ | |
.grid-4 { | |
border-right: 1px solid; | |
padding-right: 1.7%; | |
vertical-align: top; | |
} | |
.grid-4:last-child { | |
border:none; | |
} |
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
<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> |
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
{"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