"Very Simple Wizard"
Bootstrap 3.1.0 Snippet by liviathan

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <ul class="list-inline nav-justified wizard"> <li><h4 class="text-primary">1. Create post</h4></li> <li><h4 class="text-muted">2. Upload pictures</h4></li> <li><h4 class="text-muted">3. Publish post</h4></li> </ul> </div> </div>
.wizard { border-bottom: 1px solid #CCC; margin-bottom: 35px; }

Related: See More


Questions / Comments: