"Outlined Flat Buttons"
Bootstrap 3.3.0 Snippet by RowBootstrap.com

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
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ---------->
<!-- Extra code, do not imcluded with buttons -->
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-offset-3">
<a href="http://www.rowbootstrap.com/outlined-flat-buttons/" class="btn text-center btn-white" data-wow-delay="0.7s">download this Bootstrap Outlined Flat Buttons</a>
</div>
</div>
</div>
<!-- Buttons code start from here -->
<div class="container-fluid padding-50">
<div class="row">
<div class="col-lg-12">
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-offset-3">
<h4 class="margin-bottom-50">General Buttons to <br>match with Theme Color</h4>
<p>
<a href="#" class="btn btn-outlined btn-theme btn-lg" data-wow-delay="0.7s">Purchase Now</a>
</p>
<p>
<a href="#" class="btn btn-outlined btn-theme" data-wow-delay="0.7s">Purchase Now</a>
</p>
<p>
<a href="#" class="btn btn-outlined btn-theme btn-sm" data-wow-delay="0.7s">Purchase Now</a>
</p>
<p>
<a href="#" class="btn btn-outlined btn-theme btn-xs" data-wow-delay="0.7s">Purchase Now</a>
</p>
</div>
</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
28
29
30
31
32
33
34
35
36
37
/* ==========================
Template name: Outlined Flat Buttons
Version: 1.0
Author: RowBootstrap
Author website: http://www.rowbootstrap.com/
========================== */
/* =================================
Basic Styling
================================= */
body,
html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
color: #000000;
background: #FFFFFF;
}
/* Text colors */
.text-color-white {
color: #FFFFFF;
}
.text-color-black {
color: #000000;
}
.text-color-theme {
color: #6f5499;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: