Skip to content

Instantly share code, notes, and snippets.

@Papillard
Last active December 21, 2015 10:48
Show Gist options
  • Select an option

  • Save Papillard/6293969 to your computer and use it in GitHub Desktop.

Select an option

Save Papillard/6293969 to your computer and use it in GitHub Desktop.
<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