Bootstrap snippet and html example. Social Media Button Design

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.
Tags: button,social,user

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.1.1 included, to get the result that you can see in the preview selection

<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
<div class="container">
<h4><a target="__blank" href="http://www.jquery2dotnet.com/2014/06/awesome-flat-big-social-media-button.html/">jquery2dotnet</a></h4>  
<div class="col-md-12">
    <div class="row">
          <div class="social google-pluse">
            <i class="fa fa-google-plus fa-5x"></i>
        </div>
        <div class="social facebook">
            <i class="fa fa-facebook fa-5x"></i>       
        </div>
        <div class="social twitter">
            <i class="fa fa-twitter fa-5x"></i>   
        </div>
        <div class="social pinterest">
            <i class="fa fa-pinterest fa-5x"></i>  
        </div> 
    </div>
    <div class="row">
        <div class="social linkedin">
            <i class="fa fa-linkedin fa-5x"></i>   
        </div>
        <div class="social skype">
            <i class="fa fa-skype fa-5x"></i>       
        </div>
        <div class="social youtube">
            <i class="fa fa-youtube fa-5x"></i>     
        </div>
        <div class="social tumblr">
            <i class="fa fa-tumblr fa-5x"></i>     
        </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.1.1 included, to get the result that you can see in the preview selection

.social{
    text-align:center;
    width:120px;
    height:120px;
    float:left;
    background:rgb(255,255,255);
    border:1px solid rgb(204,204,204);
    box-shadow:0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
    border-radius:5px;
    margin:0 10px 10px 0;
    padding:17px;
}
.google-pluse:hover{background:#DD4B39;color:#FFF;}
.facebook:hover{background:#3b5998;color:#FFF;}
.twitter:hover{background:#00acee;color:#FFF;}
.pinterest:hover{background:#c8232c;color:#FFF;}
.linkedin:hover{background:#0e76a8;color:#FFF;}
.skype:hover{background:#00aff0;color:#FFF;}
.youtube:hover{background:#c4302b;color:#FFF;}
.tumblr:hover{background:#34526f;color:#FFF;}

Similar snippets

Bootstrap example and template. bs4 social about

bs4 social about

Bootstrap example and template. New comments and popular post list

New comments and popular post list

Bootstrap example and template. bs4 social profile header

bs4 social profile header

Bootstrap example and template. User Profile with tabs

User Profile with tabs

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. profile edit data and skills

profile edit data and skills

Bootstrap example and template. chat app

chat app

Bootstrap example and template. account setting or edit profile

account setting or edit profile

Bootstrap example and template. Social Media Button Design

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 8.7K views, Using this bootstrap snippet you have the following benefits:

Bootstrap 3.1.1

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

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

This code example is based on bootstrap 3.1.1 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