<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!DOCTYPE html>
<html>
<head>
<title>BUTTONS.CSS</title>
<link rel="stylesheet" type="text/css" href="buttons.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css
">
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style type="text/css">
body{
background-color: #595959;
color:#fff;
}
</style>
</head>
<body>
<section>
<div style="padding: 70px;" class="cont-bg">
<div style="margin-top: 40px;" class="container">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<center>
<a href="#" class="butn butn-backfill butn-lrg">Button</a>
</center>
</div>