Bootstrap snippet and html example. SocialBox

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection


<!--Font Awesome -->
<script src="https://use.fontawesome.com/cb2d0db4c2.js"></script>
<div>
    <div class="container">
        <div class="row">
            <div class="col-md-4 col-xs-12 col-md-offset-3">
                <!-- Snippet Start here -->
                <div class="row">
                    <div class="col-md-12 col-xs-12 box-header box-header-icon">
                        <div class="col-md-12 box-header-icon">
                            <button class="btn btn-xs btn-default dropdown-toggle pull-right" data-toggle="dropdown" type="button">
                                <i class="fa fa-angle-down" id="box-options">
                                </i>
                            </button>
                            <ul aria-labelledby="box-options" class="dropdown-menu pull-right">
                                <li>
                                    <a href="#">
                                        I don't want to see this
                                    </a>
                                </li>
                                <li>
                                    <a href="#">
                                        Unfollow Facundo Chuburu
                                    </a>
                                </li>
                                <li class="divider">
                                </li>
                                <li>
                                    <a href="#">
                                        Get Notification
                                    </a>
                                </li>
                            </ul>
                        </div>
                        <div class="row">
                            <div class="col-md-12">
                                <h3 class="text-center">
                                  <i class="fa fa-desktop box-tittle-icon" aria-hidden="true"></i><a href="" class="box-tittle">Social</a>
                                </h3> 
                            </div>
                        </div>
                    </div>
                    <div class="col-md-12 col-xs-12 box-content">
                        <ul class="list-unstyled text-center">
                            <li>
                                <a href="#">
                                    <i class="fa fa-twitter">
                                    </i>
                                    @facuch19
                                </a>
                            </li>
                            <li>
                                <a href="#">
                                    <i class="fa fa-facebook">
                                    </i>
                                    Facundo Chuburu
                                </a>
                            </li>
                            <li>
                                <a href="#">
                                    <i class="fa fa-dribbble">
                                    </i>
                                    facuch
                                </a>
                            </li>
                            <li>
                                <a href="#">
                                    <i class="fa fa-linkedin">
                                    </i>
                                    Facundo Chuburu
                                </a>
                            </li>
                        </ul>
                    </div>
                    <!-- Snippet End here -->
                </div>
            </div>
        </div>
    </div>
        </div>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection


body {
    background-color: #d1c6c6;
    margin-top: 120px;
}

.box-header button {
    color: #f5f5f5;
    border: none;
}

.box-header button i {
    color: gray;
}

.box-header button:hover i {
    color: black;
    -ms-transform: scale(1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3);
    /* Chrome, Safari, Opera */
    transform: scale(1.3);
}

.box-header-icon{
  padding: 0px !important;
}
.box-header {
    border-radius: 5px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px !important;
}

.box-tittle-icon{
   
    color:black;
    margin-right: 10px;
    

}

.box-content {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    line-height: 2.3;
    display: inline-block !important;
    border-radius: 5px;
}
.box-tittle{
    color:black !important;
}
.box-content ul .fa-twitter {
    color: #77C7F7;
}

.box-content ul .fa-facebook {
    color: #3B5998;
}

.box-content ul .fa-dribbble {
    color: red;
}

.box-content ul .fa-linkedin {
    color: #006BA0;
}

.box-content ul li a {
    text-decoration: none;
}

.box-content ul li {
    transition: 0.5s 0s ease-out;
}

.box-content ul li:hover {
    font-size: 18px;
    text-decoration: none;
}

.btn-options {
    color: #f5f5f5;
}

Similar snippets

Bootstrap example and template. Shop page

Shop page

Bootstrap example and template. Home presentation layout Bootstrap 3 Layout

Home presentation layout Bootstrap 3 Layout

Bootstrap example and template. social network profile head

social network profile head

Bootstrap example and template. Simple email inbox page

Simple email inbox page

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. pricing plan list

pricing plan list

Bootstrap example and template. invoice card

invoice card

Bootstrap example and template. profile notification settings

profile notification settings

Bootstrap example and template. SocialBox

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 1.9K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.3.6

<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>

<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>

This code example is based on bootstrap 3.3.6 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working