"Circular Bootstrap tabs "
Bootstrap 3.3.0 Snippet by EppO

<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 ----------> <section style="background:#efefe9;"> <div class="container"> <div class="row"> <div class="board"> <div class="board-inner"> <ul class="nav nav-tabs" id="myTab"> <div class="liner"></div> <li class="active"> <a href="#home" data-toggle="tab" title="welcome" class="round-tabs one">11x11</a> </li> <li> <a href="#profile" data-toggle="tab" title="profile" class="round-tabs long-tabs two">11x11 Mixte </a> </li> <li> <a href="#messages" data-toggle="tab" title="bootsnipp goodies" class="round-tabs three">7x7</a> </li> <li> <a href="#settings" data-toggle="tab" title="blah blah" class="round-tabs long-tabs four">7x7 Mixte</a> </li> <li> <a href="#doner" data-toggle="tab" title="completed" class="round-tabs five">5x5</a> </li> </ul> </div> <!-- <div class="board-inner"> --> <div class="tab-content"> <div class="tab-pane fade in active" id="home"> <h3 class="head text-center">Welcome to Bootsnipp<sup>™</sup> <span style="color:#f48260;">♥</span></h3> <p class="narrow text-center"> Lorem ipsum dolor sit amet, his ea mollis fabellas principes. Quo mazim facilis tincidunt ut, utinam saperet facilisi an vim. </p> <p class="text-center"> <a href="" class="btn btn-success btn-outline-rounded green"> start using bootsnipp <span style="margin-left:10px;" class="glyphicon glyphicon-send"></span></a> </p> </div> <div class="tab-pane fade" id="profile"> <h3 class="head text-center">Create a Bootsnipp<sup>™</sup> Profile</h3> <p class="narrow text-center"> Lorem ipsum dolor sit amet, his ea mollis fabellas principes. Quo mazim facilis tincidunt ut, utinam saperet facilisi an vim. </p> <p class="text-center"> <a href="" class="btn btn-success btn-outline-rounded green"> create your profile <span style="margin-left:10px;" class="glyphicon glyphicon-send"></span></a> </p> </div> <div class="tab-pane fade" id="messages"> <h3 class="head text-center">Bootsnipp goodies</h3> <p class="narrow text-center"> Lorem ipsum dolor sit amet, his ea mollis fabellas principes. Quo mazim facilis tincidunt ut, utinam saperet facilisi an vim. </p> <p class="text-center"> <a href="" class="btn btn-success btn-outline-rounded green"> start using bootsnipp <span style="margin-left:10px;" class="glyphicon glyphicon-send"></span></a> </p> </div> <div class="tab-pane fade" id="settings"> <h3 class="head text-center">Drop comments!</h3> <p class="narrow text-center"> Lorem ipsum dolor sit amet, his ea mollis fabellas principes. Quo mazim facilis tincidunt ut, utinam saperet facilisi an vim. </p> <p class="text-center"> <a href="" class="btn btn-success btn-outline-rounded green"> start using bootsnipp <span style="margin-left:10px;" class="glyphicon glyphicon-send"></span></a> </p> </div> <div class="tab-pane fade" id="doner"> <div class="text-center"> <i class="img-intro icon-checkmark-circle"></i> </div> <h3 class="head text-center">thanks for staying tuned! <span style="color:#f48260;">♥</span> Bootstrap</h3> <p class="narrow text-center"> Lorem ipsum dolor sit amet, his ea mollis fabellas principes. Quo mazim facilis tincidunt ut, utinam saperet facilisi an vim. </p> </div> <div class="clearfix"></div> </div> </div> </div> </div> </section>
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700); /* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/ .board{ width: 75%; margin: 60px auto; height: 500px; background: #fff; /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/ } .board .nav-tabs { position: relative; /* border-bottom: 0; */ /* width: 80%; */ margin: 40px auto; margin-bottom: 0; box-sizing: border-box; } .board > div.board-inner{ background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png); background-size: 30%; } p.narrow{ width: 60%; margin: 10px auto; } .liner{ height: 3px; background: #ddd; position: absolute; width: 80%; margin: 0 auto; left: 0; right: 0; top: 50%; z-index: 1; } .nav-tabs > li.active > a.round-tabs { color: #555555; border: 5px solid #ddd; } .nav-tabs > li > a.round-tabs { color: #555555; background-color: white !important; } .nav-tabs > li.active > a.round-tabs, .nav-tabs > li.active > a.round-tabs:hover, .nav-tabs > li.active > a.round-tabs:focus { cursor: default; } .nav-tabs > li > a.round-tabs:hover { border-bottom-color: #666; } a.round-tabs{ width: 100px; height: 100px; line-height: 90px !important; display: inline-block; border-radius: 100px; background: white; z-index: 2; position: absolute; left: 0; text-align: center; font-size: 25px; } a.round-tabs.long-tabs{ line-height: 30px !important; padding-top: 15px } a.round-tabs.one, a.round-tabs-long.one{ color: rgb(34, 194, 34); border: 5px solid rgb(34, 194, 34); } li.active a.round-tabs.one, li.active a.round-tabs-long.one{ background: #fff !important; border: 5px solid #ddd; color: rgb(34, 194, 34); } a.round-tabs.two, a.round-tabs-long.two{ color: #febe29; border: 5px solid #febe29; } li.active a.round-tabs.two, li.active a.round-tabs-long.two{ background: #fff !important; border: 5px solid #ddd; color: #febe29; } a.round-tabs.three, a.round-tabs-long.three{ color: #3e5e9a; border: 5px solid #3e5e9a; } li.active a.round-tabs.three, li.active a.round-tabs-long.three{ background: #fff !important; border: 5px solid #ddd; color: #3e5e9a; } a.round-tabs.four, a.round-tabs-long.four{ color: #f1685e; border: 5px solid #f1685e; } li.active a.round-tabs.four, li.active a.round-tabs-long.four{ background: #fff !important; border: 5px solid #ddd; color: #f1685e; } a.round-tabs.five, a.round-tabs-long.five{ color: #555; border: 5px solid #555; } li.active a.round-tabs.five, li.active a.round-tabs-long.five{ background: #fff !important; border: 5px solid #ddd; color: #555; } .nav-tabs > li.active > a.round-tabs, .nav-tabs > li.active > a.round-tabs-long { background: #fafafa; } .nav-tabs > li { width: 20%; } /*li.active:before { content: " "; position: absolute; left: 45%; opacity:0; margin: 0 auto; bottom: -2px; border: 10px solid transparent; border-bottom-color: #fff; z-index: 1; transition:0.2s ease-in-out; }*/ li:after { content: " "; position: absolute; left: 45%; opacity:0; margin: 0 auto; bottom: 0px; border: 5px solid transparent; border-bottom-color: #ddd; transition:0.1s ease-in-out; } li.active:after { content: " "; position: absolute; left: 45%; opacity:1; margin: 0 auto; bottom: 0px; border: 10px solid transparent; border-bottom-color: #ddd; } .nav-tabs > li a{ width: 100px; height: 100px; margin: 20px auto; border-radius: 100%; padding: 0; } .nav-tabs > li a:hover{ background: transparent; } .tab-content{ } .tab-pane{ position: relative; padding-top: 50px; } .tab-content .head{ font-family: 'Roboto Condensed', sans-serif; font-size: 25px; text-transform: uppercase; padding-bottom: 10px; } .btn-outline-rounded{ padding: 10px 40px; margin: 20px 0; border: 2px solid transparent; border-radius: 25px; } .btn.green{ background-color:#5cb85c; /*border: 2px solid #5cb85c;*/ color: #ffffff; } @media( max-width : 767px ){ .board { width: 90%; height:auto !important; } a.round-tabs { font-size: 14px; width: 50px !important; height: 50px !important; line-height: 40px !important; } a.round-tabs.long-tabs { line-height: 16px !important; padding-top: 5px; font-size: 12px; } .tab-content .head{ font-size:20px; } li.active:after { content: " "; position: absolute; left: 35%; } .btn-outline-rounded { padding:12px 20px; } }

Related: See More


Questions / Comments: