content logo

Bootstrap Tabs:

Bootstrap Tabs with Vertical Orange Left Border

One of the most critical factors of any website is its tab. Tabs help the website owner classify all texts and information into different categories. We have provided the Bootstrap Tabs with Vertical Orange Left Border to use functionally. If you have a website, it is a great idea to use these tabs. As you can see here, these Simple Rectangle Tabs have four sections to set the information into these parts. These tabs are editable, and you can rename them easily.

As you can see in this preview, the theme of this bootstrap is simple, with some significant elements. The unselected sections have a gray background and the writings are black. These Bootstrap White Tabs are connected vertically. Plus, the background of the detailed part is white. As you can see, each section is separated with a thick border on the left side. These Tabs with Left Border are dark gray. As soon as you select an item, the background will change to white, and the border of the left side will turn orange. The Tabs with Orange Border in this post are so creative and awesome at the same time. You can download and use this bootstrap easily.

#

Bootstrap White Tabs

#

Tabs with Left Border

#

Simple Rectangle Tabs

#

Tabs with Orange Border

<!-- This script got from frontendfreecode.com -->
<div class="container">
    <div class="row">
        <div class="col-md-offset-3 col-md-6">
            <div class="tab" role="tabpanel">
                <!-- Nav tabs -->
                <ul class="nav nav-tabs" role="tablist">
                    <li role="presentation" class="active"><a href="#Section1" aria-controls="home" role="tab" data-toggle="tab">Section 1</a></li>
                    <li role="presentation"><a href="#Section2" aria-controls="profile" role="tab" data-toggle="tab">Section 2</a></li>
                    <li role="presentation"><a href="#Section3" aria-controls="messages" role="tab" data-toggle="tab">Section 3</a></li>
                    <li role="presentation"><a href="#Section4" aria-controls="settings" role="tab" data-toggle="tab">Section 4</a></li>
                </ul>
                <!-- Tab panes -->
                <div class="tab-content">
                    <div role="tabpanel" class="tab-pane fade in active" id="Section1">
                        <h3>Section 1</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum ornare nibh, nec placerat mauris ultricies quis. Vestibulum quis elit vestibulum, tincidunt sem a, blandit purus. Nullam et ullamcorper
                            velit, eget porta felis. Vivamus hendrerit nisl eu ante tincidunt sodales. Sed nibh tellus, feugiat ac egestas sed, convallis id metus.
                        </p>
                    </div>

                    <div role="tabpanel" class="tab-pane fade" id="Section2">
                        <h3>Section 2</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum ornare nibh, nec placerat mauris ultricies quis. Vestibulum quis elit vestibulum, tincidunt sem a, blandit purus. Nullam et ullamcorper
                            velit, eget porta felis. Vivamus hendrerit nisl eu ante tincidunt sodales. Sed nibh tellus, feugiat ac egestas sed, convallis id metus.
                        </p>
                    </div>

                    <div role="tabpanel" class="tab-pane fade" id="Section3">
                        <h3>Section 3</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum ornare nibh, nec placerat mauris ultricies quis. Vestibulum quis elit vestibulum, tincidunt sem a, blandit purus. Nullam et ullamcorper
                            velit, eget porta felis. Vivamus hendrerit nisl eu ante tincidunt sodales. Sed nibh tellus, feugiat ac egestas sed, convallis id metus.
                        </p>
                    </div>

                    <div role="tabpanel" class="tab-pane fade" id="Section4">
                        <h3>Section 4</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum ornare nibh, nec placerat mauris ultricies quis. Vestibulum quis elit vestibulum, tincidunt sem a, blandit purus. Nullam et ullamcorper
                            velit, eget porta felis. Vivamus hendrerit nisl eu ante tincidunt sodales. Sed nibh tellus, feugiat ac egestas sed, convallis id metus.
                        </p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div><a style="font-size: 8pt; text-decoration: none" target="_blank" href="http://frontendfreecode.com">Free Frontend</a>
                                                                            
body {
    margin: 20px;
    background:#f5f5f5;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border-bottom: none;
}
.tab .nav-tabs li a{
    font-size: 14px;
    color: #333;
    background: #eee;
    border-radius: 0;
    border: none;
    border-left: 5px solid #807979;
    margin: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    position: relative;
}
.tab .nav-tabs li a:hover{
    background: #fff;
    color: #333;
    border-left-color: #807979;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    background: #fff;
    color: #333;
    border: none;
    border-left: 5px solid #fe9040;
}
.tab .tab-content{
    font-size: 14px;
    color: #7e828a;
    line-height: 24px;
    background: #fff;
    border: none;
    padding: 15px;
}
.tab .tab-content h3{
    font-size: 24px;
}
@media screen and (max-width: 480px){
    .tab .nav-tabs li{ width:100%; }
}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- This script got from frontendfreecode.com -->

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<style>
body {
    margin: 20px;
    background:#f5f5f5;
}
a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border-bottom: none;
}
.tab .nav-tabs li a{
    font-size: 14px;
    color: #333;
    background: #eee;
    border-radius: 0;
    border: none;
    border-left: 5px solid #807979;
    margin: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    position: relative;
}
.tab .nav-tabs li a:hover{
    background: #fff;
    color: #333;
    border-left-color: #807979;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover{
    background: #fff;
    color: #333;
    border: none;
    border-left: 5px solid #fe9040;
}
.tab .tab-content{
    font-size: 14px;
    color: #7e828a;
    line-height: 24px;
    background: #fff;
    border: none;
    padding: 15px;
}
.tab .tab-content h3{
    font-size: 24px;
}
@media screen and (max-width: 480px){
    .tab .nav-tabs li{ width:100%; }
}
</style>

</head>
<body>
<div class="container">
    <div class="row">
        <div class="col-md-offset-3 col-md-6">
            <div class="tab" role="tabpanel">
                <!-- Nav tabs -->
                <ul class="nav nav-tabs" role="tablist">
                    <li role="presentation" class="active"><a href="#Section1" aria-controls="home" role="tab" data-toggle="tab">Section 1</a></li>
                    <li role="presentation"><a href="#Section2" aria-controls="profile" role="tab" data-toggle="tab">Section 2</a></li>
                    <li role="presentation"><a href="#Section3" aria-controls="messages" role="tab" data-toggle="tab">Section 3</a></li>
                    <li role="presentation"><a href="#Section4" aria-controls="settings" role="tab" data-toggle="tab">Section 4</a></li>
                </ul>
                <!-- Tab panes -->
                <div class="tab-content">
                    <div role="tabpanel" class="tab-pane fade in active" id="Section1">
                        <h3>Section 1</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum ornare nibh, nec placerat mauris ultricies quis. Vestibulum quis elit vestibulum, tincidunt sem a, blandit purus. Nullam et ullamcorper
                            velit, eget porta felis. Vivamus hendrerit nisl eu ante tincidunt sodales. Sed nibh tellus, feugiat ac egestas sed, convallis id metus.
                        </p>
                    </div>

                    <div role="tabpanel" class="tab-pane fade" id="Section2">
                        <h3>Section 2</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum ornare nibh, nec placerat mauris ultricies quis. Vestibulum quis elit vestibulum, tincidunt sem a, blandit purus. Nullam et ullamcorper
                            velit, eget porta felis. Vivamus hendrerit nisl eu ante tincidunt sodales. Sed nibh tellus, feugiat ac egestas sed, convallis id metus.
                        </p>
                    </div>

                    <div role="tabpanel" class="tab-pane fade" id="Section3">
                        <h3>Section 3</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum ornare nibh, nec placerat mauris ultricies quis. Vestibulum quis elit vestibulum, tincidunt sem a, blandit purus. Nullam et ullamcorper
                            velit, eget porta felis. Vivamus hendrerit nisl eu ante tincidunt sodales. Sed nibh tellus, feugiat ac egestas sed, convallis id metus.
                        </p>
                    </div>

                    <div role="tabpanel" class="tab-pane fade" id="Section4">
                        <h3>Section 4</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis elementum ornare nibh, nec placerat mauris ultricies quis. Vestibulum quis elit vestibulum, tincidunt sem a, blandit purus. Nullam et ullamcorper
                            velit, eget porta felis. Vivamus hendrerit nisl eu ante tincidunt sodales. Sed nibh tellus, feugiat ac egestas sed, convallis id metus.
                        </p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div><div id="bcl"><a style="font-size:8pt;text-decoration:none;" href="http://www.devanswer.com">Free Frontend</a></div>

</body>
</html>
Preview