"Tab list Panel / Article with HTML5 Tags Jquery Effects"
Bootstrap 3.2.0 Snippet by Marnoweb

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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-fluid"> <div class="row"> <div class="col-md-4" > <ul class="list-group nav" role="tablist"> <li class="list-group-item"> <a href="#seite1" data-toggle="tab" aria-controls="seite1" role="tab" > Link1 </a> </li> <li class="list-group-item"> <a href="#seite2" data-toggle="tab" aria-controls="seite2" role="tab" > Link1 </a> </li> </ul> </div> <div class="col-md-8 tab-content"> <div role="tabpanel" class="tab-pane fade in active" id="seite1"> <article class="panel panel-default"> <header class="panel-heading"> <h1 class="text-muted text-center"><span class="glyphicon glyphicon-pencil"></span> Headline no.1</h1> </header> <div class="panel-body"> <figure class="pull-left "><img class="img-responsive img-rounded" alt="image" src="http://www.placehold.it/200.png/ddd"/> <figcaption class="text-center"><strong>One fine caption</strong></figcaption> </figure> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> <hr/> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software.</p> </div> <footer class="panel-footer clearfix "><address class="pull-right">Written by me at <time>10:00 am</time></address></footer> </div> <div role="tabpanel" class="tab-pane fade" id="seite2"> <article class="panel panel-default"> <header class="panel-heading"> <h1 class="text-muted text-center"><span class="glyphicon glyphicon-pencil"></span> Headline no.2</h1> </header> <div class="panel-body"> <figure class="pull-left "><img class="img-responsive img-rounded" alt="image" src="http://www.placehold.it/200.png/ddd"/> <figcaption class="text-center"><strong>One fine caption</strong></figcaption> </figure> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p> <hr/> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software.</p> </div> <footer class="panel-footer clearfix "><address class="pull-right">Written by me at <time>10:00 am</time></address></footer> </div> </article> </div> </div> </div>
article img{margin:0 1.5em 1.5em 0;box-shadow:0 0 8px 4px black;border:.5em groove #fff;} body{ margin:3% auto; background:#ddd; text-shadow:0 .8px #111;} article {border:.5em outset #aac !important; border-radius:1em !important; box-shadow:0 0 23px #000 !important;} header span.glyphicon{color:#DDD; text-shadow:2px 2px #111 !important;filter:blur(2px);-webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px);} /*Note that the blur() Effect is not supported as css3 in FFGecko and IEX*/

Related: See More


Questions / Comments: