"Jumbotron Examples"
Bootstrap 3.3.0 Snippet by richobrien

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 ---------->
<link href="//fonts.googleapis.com/css?family=Hind" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<div class="container">
<h1>Jumbotron Examples</h1>
</div>
<div class="jumbotron jumbotron-muted">
<div class="container">
<div class="col-lg-6">
<h2>Everything you need to know about SketchUp. Free!</h2>
<p class="lead">Downloaded more than 30,000 times, this 100-page intro to SketchUp is a must-read for serious 3D designers!</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="Enter your email">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Download My Free Ebook</button>
</span>
</div>
<br>
<small>By submitting this form, you agree to our <a href="#!" target="_blank">Terms of Service <i class="fa fa-external-link" aria-hidden="true"></i></a> and <a href="#!" target="_blank">Privacy Policy <i class="fa fa-external-link" aria-hidden="true"></i></a>.</small>
</div>
<div class="col-lg-6">
<img class="img-responsive" src="https://i.imgur.com/1Vm0su2.png"/>
</div>
</div>
</div>
<div class="jumbotron jumbotron-primary">
<div class="container">
<div class="col-lg-6">
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
body {
font-family:hind;
}
h1,h2,h3,h4,h5,h6{
font-family:montserrat;
}
p{
font-size:17px;
}
a{
border-bottom:2px solid;
padding: 3px;
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
padding-top: 2px;
}
a:visited {
border-bottom:2px solid;
padding: 3px;
text-decoration:none;
}
a:focus {
border-bottom:2px solid;
text-decoration:none;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: