"banner data"
Bootstrap 4.1.1 Snippet by ugnandish

1
2
3
4
5
6
7
8
9
10
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.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">
<h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2>
</div>
</div>
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
.span12.widget-span.widget-type-cell.centertext {
float: none;
max-width: 1024px;
margin: 0 auto;
}
.span12.widget-span.widget-type-cell.bannerinfo {
display: block;
width: 100%;
height: 384px;
background-color: #f2f2f2;
background-image: url(/hubfs/3947994/BDM-KRFI/unusual-mortgage-cases.png);
background-position: 100% 100%;
background-size: contain;
background-repeat: no-repeat;
}
.bannerheading {
padding: 100px 120px 95px 120px;
}
.bannerheading h3 {
font-size: 50px;
font-weight: 500;
line-height: normal;
letter-spacing: normal;
color: #5a234a;
margin: 0 0 30px 0;
}
.bannerheading a {
width: 194px;
height: 45px;
border-radius: 2px;
background-color: #284160;
padding: 10px 23px;
font-size: 18px;
font-weight: 500;
font-style: normal;
font-stretch: normal;
line-height: 1.39;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: