"Call to Action"
Bootstrap 3.0.1 Snippet by jparkton

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
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-xs-12 col-lg-12 col-md-12 action">
<center>
<h2 class="orange"><strong><i>Some people say we do <span class="purple">awesome</span> stuff...</i></strong><br />
sign up for our newsletter and see for yourself</h2>
<form class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="exampleInputEmail2">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email">
</div>
<div class="form-group">
<label class="sr-only" for="exampleInputPassword2">Password</label>
<input type="password" class="form-control" id="exampleInputPassword2" placeholder="Password">
</div>
<a class="btn btn-success btn-xs" href="">
<i class="glyphicon glyphicon-envelope"></i> Sign Up</a>
</form>
</center>
</div>
</div>
</div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
.purple{ color:#C30083; }
.blue{ color:#104BA9; }
.orange{ color:#FFA200; }
.green{ color:#AEF100; }
.action {
margin:10px 10px 10px 10px;
padding:20px 20px 20px 20px;
background-color:#D8D8D8 ;
border-radius:3px;
border:2px solid green;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

That... design... eyes... BURN!

Person who lost her eyes () - 10 years ago - Reply 0


Do you want to get SPAMMED ?
Then CLICK HERE buddy !

PJoy () - 8 years ago - Reply 0