content logo

Bootstrap Tabs:

Bootstrap Rectangle Red Tabs with Border

If you own a website and like to change its design, carefully pay attention to this post. As you know, tabs are so crucial in all websites, and it is better to use them. We have presented the Bootstrap Rectangle Red Tabs with Border for you to use on your website. These Rectangle Tabs allow you to organize your website's information and change its design. This bootstrap has three parts, and each one contains a separated section with text. If you use these Bootstrap Red Tabs, you can set much information in a small place.

As the name appears, this bootstrap has a red theme. The unselected parts have a white background and the writings are black. This is like the detailed part. As you place the cursor of the mouse or click on a specific section, you can see an animating effect. This effect shows the red color and the writing change to white. Moreover, the detailed part has a red border that makes it different from other sections. These Tabs with Red Border are so unique and beautiful. You can download the Bootstrap Tabs Border for your website and change its design easily.

#

Rectangle Tabs

#

Bootstrap Red Tabs

#

Tabs with Red Border

#

Bootstrap Tabs 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>
                </ul>
                <!-- Tab panes -->
                <div class="tab-content tabs">
                    <div role="tabpanel" class="tab-pane fade in active" id="Section1">
                        <h3>Web Development</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eu ante a ligula laoreet pulvinar. Pellentesque gravida felis eu velit imperdiet, porttitor sagittis metus mattis. Maecenas ac luctus massa.
                            Praesent finibus erat sed nisl malesuada, eget pretium massa iaculis. Proin pellentesque scelerisque leo eget tempor.
                        </p>
                    </div>
                    <div role="tabpanel" class="tab-pane fade" id="Section2">
                        <h3>Brand Building</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eu ante a ligula laoreet pulvinar. Pellentesque gravida felis eu velit imperdiet, porttitor sagittis metus mattis. Maecenas ac luctus massa.
                            Praesent finibus erat sed nisl malesuada, eget pretium massa iaculis. Proin pellentesque scelerisque leo eget tempor.
                        </p>
                    </div>
                    <div role="tabpanel" class="tab-pane fade" id="Section3">
                        <h3>Clean & Clear Design</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eu ante a ligula laoreet pulvinar. Pellentesque gravida felis eu velit imperdiet, porttitor sagittis metus mattis. Maecenas ac luctus massa.
                            Praesent finibus erat sed nisl malesuada, eget pretium massa iaculis. Proin pellentesque scelerisque leo eget tempor.
                        </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 {
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs {
    background: #fff;
}
.tab .nav-tabs li {
    text-align: center;
    margin-right: 3px;
}
.tab .nav-tabs li a {
    font-size: 15px;
    font-weight: 600;
    color: #22272c;
    padding: 15px 25px;
    background: #eee;
    margin-right: 0;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover {
    background: #e16b47;
    color: #fff;
    border: none;
}
.tab .tab-content {
    font-size: 15px;
    color: #3d3537;
    line-height: 30px;
    padding: 30px 40px;
    border: 3px solid #e16b47;
}
.tab .tab-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}
@media only 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;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs {
    background: #fff;
}
.tab .nav-tabs li {
    text-align: center;
    margin-right: 3px;
}
.tab .nav-tabs li a {
    font-size: 15px;
    font-weight: 600;
    color: #22272c;
    padding: 15px 25px;
    background: #eee;
    margin-right: 0;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover {
    background: #e16b47;
    color: #fff;
    border: none;
}
.tab .tab-content {
    font-size: 15px;
    color: #3d3537;
    line-height: 30px;
    padding: 30px 40px;
    border: 3px solid #e16b47;
}
.tab .tab-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}
@media only 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>
                </ul>
                <!-- Tab panes -->
                <div class="tab-content tabs">
                    <div role="tabpanel" class="tab-pane fade in active" id="Section1">
                        <h3>Web Development</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eu ante a ligula laoreet pulvinar. Pellentesque gravida felis eu velit imperdiet, porttitor sagittis metus mattis. Maecenas ac luctus massa.
                            Praesent finibus erat sed nisl malesuada, eget pretium massa iaculis. Proin pellentesque scelerisque leo eget tempor.
                        </p>
                    </div>
                    <div role="tabpanel" class="tab-pane fade" id="Section2">
                        <h3>Brand Building</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eu ante a ligula laoreet pulvinar. Pellentesque gravida felis eu velit imperdiet, porttitor sagittis metus mattis. Maecenas ac luctus massa.
                            Praesent finibus erat sed nisl malesuada, eget pretium massa iaculis. Proin pellentesque scelerisque leo eget tempor.
                        </p>
                    </div>
                    <div role="tabpanel" class="tab-pane fade" id="Section3">
                        <h3>Clean & Clear Design</h3>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eu ante a ligula laoreet pulvinar. Pellentesque gravida felis eu velit imperdiet, porttitor sagittis metus mattis. Maecenas ac luctus massa.
                            Praesent finibus erat sed nisl malesuada, eget pretium massa iaculis. Proin pellentesque scelerisque leo eget tempor.
                        </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