Friday, October 2, 2015

Bootstrap Call to Action snippet free


Simple Bootstrap Call to Action snippet that you can use for website by just copy/paste the code.


<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Call to Action</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Call to Action,Callouts">
<meta name="description" content="Bootstrap Call to Action free html code">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<style>
.callouts{
background:#6666ff;
padding:10px 0px;
color:#fff
}
</style>
</head>
<body>
<div class="container">
    <div class="row callouts text-center">
        <div class="col-md-12">
            <h2>Want to work with us?</h2>
            <p class="lead">agnis modipsae que voloratati andigen daepeditem quiate re porem aut labor.<br> Laceaque quiae sitiorem rest non restibusaes maio es dem tumquam.</p>
            <a class="btn btn-default btn-lg" href="#">GET IN TOUCH</a>
        </div>
    </div>
</div>
</body>
</html>

No comments:

Post a Comment