Bootstrap snippet and html example. google plus button labels style

Bootstrap 3.1.0 snippet "google plus button labels style" with HTML, CSS, and JS. Copy, paste, and customize this responsive UI component for your project.
Tags: buttons,labels,style

HTML code

Clean, semantic HTML that powers this Bootstrap 3.1.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.


				                
<div class="col-md-6 col-sm-6">
        <div class="panel panel-default">
           <div class="panel-heading"><a class="pull-right" href="#">View all</a> <h4>Google plus Buttons  Labels</h4></div>
   			<div class="panel-body">
              <div class="row">
                <div class="col-xs-4"><a href="#" class="btn btn-default center-block">Button</a></div>
                <div class="col-xs-4"><a href="#" class="btn btn-primary center-block">Primary</a></div>
                <div class="col-xs-4"><a href="#" class="btn btn-danger center-block">Danger</a></div>
              </div>
              <br>
              <div class="row">
                <div class="col-xs-4"><a href="#" class="btn btn-warning center-block">Warning</a></div>
                <div class="col-xs-4"><a href="#" class="btn btn-info center-block">Info</a></div>
                <div class="col-xs-4"><a href="#" class="btn btn-success center-block">Success</a></div>
              </div>
              <hr>
              <div class="btn-group btn-group-sm"><button class="btn btn-default">1</button><button class="btn btn-default">2</button><button class="btn btn-default">3</button></div>              
              <hr>
              <div class="row">
              <div class="col-md-4">
                <span class="label label-default">Label</span>
                <span class="label label-success">Success</span>
                
              </div>
              <div class="col-md-4">
              	<span class="label label-warning">Warning</span>  
                <span class="label label-info">Info</span>
              </div>
              <div class="col-md-4">
                <span class="label label-danger">Danger</span>
                <span class="label label-primary">Primary</span>
                </div>
              </div>
              
            </div>
         </div> 
    </div>			              

CSS code

Scoped CSS that styles the component. Paste it after Bootstrap 3.1.0 to keep the design, spacing, and responsiveness consistent.


				                
.btn, .form-control, .panel, .list-group, .well {
    border-radius: 1px;
    box-shadow: 0 0 0;
}

.panel .panel-heading {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #262626;
    font-size: 16px;
    font-weight: 700;
}

.panel .panel-heading a {
    font-size: 11px;
    font-weight: 400;
}

Similar snippets

Bootstrap example and template. Social network login with buttons

Social network login with buttons

Bootstrap example and template. Designer buttons

Designer buttons

Bootstrap example and template. Google plus navbar style

Google plus navbar style

Bootstrap example and template. unify buttons

unify buttons

Bootstrap example and template. Whatsapp web chat template

Whatsapp web chat template

Bootstrap example and template. Social network clean feed list

Social network clean feed list

Bootstrap example and template. payment credit card form

payment credit card form

Bootstrap example and template. Goal progress widget

Goal progress widget

FAQ

How do I use this snippet?

Include Bootstrap 3.1.0, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.

Can I use it in commercial projects?

Yes. It’s free for personal and commercial work; check the snippets license for details.

Is it responsive?

Yes. It inherits the responsive grid and components from Bootstrap 3.1.0.

Bootstrap example and template. google plus button labels style

About this bootstrap example/template

Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.

Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.

Already trusted in 10.0K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.

Bootstrap 3.1.0

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

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

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