content logo

Bootstrap Tabs:

Bootstrap Orange Tabs with Borders

As you know, the design of each page and website is one of the most elements of the number of visitors. If you want to have much audience and visitors, you have to use an attractive design for your website. In this post, we have provided one of the most beautiful and attractive codes for the design of your tabs. Bootstrap Orange Tabs with Borders has many functions that you can use. In these Bootstrap Orange Tabs, you can see that the parts that you did not select, have a white background and the writing is also orange. Moreover, these unselected parts have a half border that these Beautiful Tabs Borders make all sections attractive.

If you move the mouse on a part, its border will be longer. After you click on a specific section, you can see a nice effect and the background of each tab will change to orange, and the color of the writing will be white. But the details are still orange. These Tabs with Animating are so attractive and beautiful. Plus, you can see some hachure on the CSS Orange Tabs that makes them different from a simple page. You can use this code to use all mentioned elements on your website.

#

Bootstrap Orange Tabs

#

Tabs with Animating

#

Beautiful Tabs Borders

#

CSS Orange Tabs

<!-- 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">Tab 1</a></li>
                    <li role="presentation"><a href="#Section2" aria-controls="profile" role="tab" data-toggle="tab">Tab 2</a></li>
                    <li role="presentation"><a href="#Section3" aria-controls="messages" role="tab" data-toggle="tab">Tab 3</a></li>
                </ul>
                <!-- Tab panes -->
                <div class="tab-content tabs">
                    <div role="tabpanel" class="tab-pane fade in active" id="Section1">
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce semper, magna a ultricies volutpat, mi eros viverra massa, vitae consequat nisi justo in tortor. Proin accumsan felis ac felis dapibus, non iaculis
                            mi varius.
                        </p>
                    </div>
                    <div role="tabpanel" class="tab-pane fade" id="Section2">
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce semper, magna a ultricies volutpat, mi eros viverra massa, vitae consequat nisi justo in tortor. Proin accumsan felis ac felis dapibus, non iaculis
                            mi varius.
                        </p>
                    </div>
                    <div role="tabpanel" class="tab-pane fade" id="Section3">
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce semper, magna a ultricies volutpat, mi eros viverra massa, vitae consequat nisi justo in tortor. Proin accumsan felis ac felis dapibus, non iaculis
                            mi varius.
                        </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;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.tab {
    font-family: "Jura", sans-serif;
}
.tab .nav-tabs {
    border: none;
}
.tab .nav-tabs li a {
    color: #ff4300;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 25px 8px;
    margin: 0 5px 1px 0;
    border: none;
    border-radius: 30px 30px 0 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover {
    color: #fff;
    background-color: #ff4300;
    border: none;
}
.tab .nav-tabs li a:before {
    content: "";
    height: 70%;
    width: 100%;
    border: 2px solid #ff4300;
    border-bottom: none;
    border-radius: 30px 30px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
    height: 100%;
}
.tab .tab-content {
    color: #ff4300;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 67, 0, 0.03) 10px, rgba(255, 67, 0, 0.03) 20px);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 25px 25px 20px;
    border: 2px solid #ff4300;
    border-radius: 0 0 30px 30px;
}
@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
    }
}
<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;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.tab {
    font-family: "Jura", sans-serif;
}
.tab .nav-tabs {
    border: none;
}
.tab .nav-tabs li a {
    color: #ff4300;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 25px 8px;
    margin: 0 5px 1px 0;
    border: none;
    border-radius: 30px 30px 0 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:hover {
    color: #fff;
    background-color: #ff4300;
    border: none;
}
.tab .nav-tabs li a:before {
    content: "";
    height: 70%;
    width: 100%;
    border: 2px solid #ff4300;
    border-bottom: none;
    border-radius: 30px 30px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
    height: 100%;
}
.tab .tab-content {
    color: #ff4300;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 67, 0, 0.03) 10px, rgba(255, 67, 0, 0.03) 20px);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 25px 25px 20px;
    border: 2px solid #ff4300;
    border-radius: 0 0 30px 30px;
}
@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin: 0 0 5px;
    }
}
</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">Tab 1</a></li>
                    <li role="presentation"><a href="#Section2" aria-controls="profile" role="tab" data-toggle="tab">Tab 2</a></li>
                    <li role="presentation"><a href="#Section3" aria-controls="messages" role="tab" data-toggle="tab">Tab 3</a></li>
                </ul>
                <!-- Tab panes -->
                <div class="tab-content tabs">
                    <div role="tabpanel" class="tab-pane fade in active" id="Section1">
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce semper, magna a ultricies volutpat, mi eros viverra massa, vitae consequat nisi justo in tortor. Proin accumsan felis ac felis dapibus, non iaculis
                            mi varius.
                        </p>
                    </div>
                    <div role="tabpanel" class="tab-pane fade" id="Section2">
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce semper, magna a ultricies volutpat, mi eros viverra massa, vitae consequat nisi justo in tortor. Proin accumsan felis ac felis dapibus, non iaculis
                            mi varius.
                        </p>
                    </div>
                    <div role="tabpanel" class="tab-pane fade" id="Section3">
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce semper, magna a ultricies volutpat, mi eros viverra massa, vitae consequat nisi justo in tortor. Proin accumsan felis ac felis dapibus, non iaculis
                            mi varius.
                        </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