Special bs tabs

Size
2,011 Kb
Views
18,216

How do I make an special bs tabs?

What is a special bs tabs? How do you make a special bs tabs? This script and codes were developed by Seth Broweleit on 14 October 2022, Friday.

Special bs tabs Previews

Special bs tabs - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>special bs tabs</title> <link rel='stylesheet prefetch' href='http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css'>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="nav-bub">
<!-- Nav tabs -->
<ul class="nav nav-pills nav-justified"> <li class="active"><a data-target="#aaa" data-toggle="tab"><i class="fa fa-question"></i></a>aaa</li> <li class=""><a data-target="#bbb" data-toggle="tab"><i class="fa fa-list-ul"></i></a>bbb</li> <li class=""><a data-target="#ccc" data-toggle="tab"><i class="fa fa-eye"></i></a>ccc</li> <li class=""><a data-target="#ddd" data-toggle="tab"><i class="fa fa-info"></i></a>ddd</li>
</ul>
<!-- Tab panes -->
<div class="tab-content"> <div class="tab-pane active" id="aaa">a</div> <div class="tab-pane" id="bbb">bbb</div> <div class="tab-pane" id="ccc">ccc</div> <div class="tab-pane" id="ddd">ddd</div>
</div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>
</body>
</html>

Special bs tabs - Script Codes CSS Codes

@media (min-width: 300px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; }
.nav-bub .nav:before{ content:''; position:absolute; top:20px; left:16%; height:2px; background-color:#57C6E8; display:block; width:70%;
}
.nav-bub .nav { width: 50%; margin:auto; position:relative;
}
.nav-bub .nav>li{ text-align:center; color:#777; text-transform:uppercase
}
.nav-bub .nav>li.active{ color:#57C6E8;
}
.nav-bub .nav>li>a { padding: 0; width: 45px; line-height:40px; margin:auto; background-color:white; border-radius: 3em; border:2px solid #57C6E8;
}
.nav-bub .nav>li>a:focus,
.nav-bub .nav>li>a:hover{ background-color:#ccc;
}
.nav-bub .nav>li.active>a{ background-color:#57C6E8;
}
Special bs tabs - Script Codes
Special bs tabs - Script Codes
Home Page Home
Developer Seth Broweleit
Username getsetbro
Uploaded October 14, 2022
Rating 3
Size 2,011 Kb
Views 18,216
Do you need developer help for Special bs tabs?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Seth Broweleit (getsetbro) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!