Last active
December 21, 2015 10:48
-
-
Save Papillard/6293969 to your computer and use it in GitHub Desktop.
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="my-container with_background"> | |
| <div class="row-fluid"> | |
| <div class="span6 offset3"> | |
| <div class="row-fluid"> | |
| <div class="span6 step center"> | |
| <h2>1</h2> | |
| <h3>Design goes first. Before any code.</h3> | |
| </div> | |
| <div class="span6 step center"> | |
| <h2>2</h2> | |
| <h3>Choose your markup.</h3> | |
| </div> | |
| </div> | |
| <br/> | |
| <div class="row-fluid"> | |
| <div class="span6 step center"> | |
| <h2>3</h2> | |
| <h3>It's time for styling.</h3> | |
| </div> | |
| <div class="span6 step center"> | |
| <h2>4</h2> | |
| <h3>And above all, be creative !</h3> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment