"Image with jumbotron"
Bootstrap 3.3.0 Snippet by imsachin

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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<title>HTML</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!--[if IE]> <link href="~/Content/NewHomePage/all-ie-only.css" rel="stylesheet" /> <![endif]-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Banner -->
<section class="mainBG">
<div class="jumbotron mainBG-txt mr0">
<div class="container">
<div class="row text-center jum-bg">
<h1 class="mr0"><strong> Welcome to Jumbotron Section </strong></h1>
<p> Let’s get going on a path Jumbotron </p>
</div>
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
/* -- Main Banner -- */
.mainBG {background: url(http://lorempixel.com/1920/1920/city/9/) no-repeat center center fixed; background-size: cover;}
.mainBG-txt.jumbotron { padding-top: 150px; padding-bottom: 150px; background-color: transparent;}
.mainBG-txt.jumbotron h1 {color: #fff;font-size: 40px;}
.mainBG-txt.jumbotron h1 span {font-weight: 400;}
.mainBG-txt.jumbotron h1 strong {font-weight: 700;}
.jum-bg {background-color: rgba(20, 28, 96, 0.63);padding: 15px 0; color: #fff;}
.jumbotron .jum-bg p {margin-bottom: 15px; margin-top: 15px; padding: 0 10px; font-size: 16px;}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: