"Fat and Flat blue button"
Bootstrap 3.1.0 Snippet by drgnlover

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<head>
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet">
</head>
<div class="container">
<div class="row">
<button href="#" class="btn btn-xlarge" /><i class="fa fa-twitter fa-5x" ></i></button>
<button href="#" class="btn btn-xlarge" /><i class="fa fa-facebook fa-5x" ></i></button>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* Blue Flat Button
==================================================*/
.btn-xlarge{
position: relative;
vertical-align: middle;
margin: 30px;
width: 15%;
height: 100%;
padding: 20px 20px;
font-size: 22px;
color: white;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
background: #62b1d0;
border: 0;
cursor: pointer;
}
.btn-xlarge:active {
top: 2px;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-xlarge:hover {
opacity:.75;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: