"Material design tab style"
Bootstrap 3.3.0 Snippet by 1eddy87

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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"> <div class="col-md-6"> <!-- Nav tabs --> <div class="card"> <ul class="nav nav-tabs admin-control-tablist" role="tablist"> <li role="presentation" class="active"><a href="#admin-img" aria-controls="home" role="tab" data-toggle="tab">Img</a></li> <li role="presentation"><a href="#admin-gif" aria-controls="profile" role="tab" data-toggle="tab">Gif</a></li> <li role="presentation"><a href="#admin-video" aria-controls="messages" role="tab" data-toggle="tab">Video</a></li> </ul> <!-- Tab panes --> <div class="tab-content admin-control-tabcontent"> <div role="tabpanel" class="tab-pane in fade active" id="admin-img">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.</div> <div role="tabpanel" class="tab-pane fade" id="admin-gif">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.</div> <div role="tabpanel" class="tab-pane fade" id="admin-video">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.</div> </div> </div> </div> </div> </div>
.admin-control-tablist { border-bottom: 0px solid #DDD; } .admin-control-tablist > li { float: right; } .admin-control-tablist > li a { outline: 0px none; } .admin-control-tablist > li.active > a, .admin-control-tablist > li.active > a:focus, .admin-control-tablist > li.active > a:hover { border-width: 0; } .admin-control-tablist > li > a { border: none; color: #666; } .admin-control-tablist > li.active > a, .admin-control-tablist > li > a:hover { border: none; color: #4285F4 !important; background: transparent; } .admin-control-tablist > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); } .admin-control-tablist > li.active > a::after, .admin-control-tablist > li:hover > a::after { transform: scale(1); } .tab-content { padding: 20px; } .tab-pane { padding: 15px 0; } .card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; } body{ background: #EDECEC; padding:50px}

Related: See More


Questions / Comments: