Skip to content

Instantly share code, notes, and snippets.

@pinscript
Created August 18, 2011 06:47
Show Gist options
  • Save pinscript/1153539 to your computer and use it in GitHub Desktop.
Save pinscript/1153539 to your computer and use it in GitHub Desktop.
<div class="wizard">
<div class="wizard-step wizard-step-1" data-step="1">
<h2>Steg 1</h2>
<p class="description">Beskrivning ett</p>
Första steget...
</div>
<div class="wizard-step wizard-step-1" data-step="1">
<h2>Steg 1</h2>
<p class="description">Beskrivning ett</p>
Andra steget...
</div>
<div class="wizard-step wizard-step-1" data-step="1">
<h2>Steg 1</h2>
<p class="description">Beskrivning ett</p>
Tredje steget...
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment