"image overlay dotted image"
Bootstrap 4.1.1 Snippet by TejaNethas

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="image-item">
<div class="full-screen-image">
<div class="bg-full-image">
</div>
<div class="overlay"></div>
<div class="hero-title">
<div class="hr-text"> <h3>RC HOMEOPATHY CLINIC</h3> <span class="bold-separator"></span>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</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
.image-item{
position: relative;
min-height: 1px;
height: 100%;
width: 1349px;
margin-right: 0px;
}
.full-screen-image{
position: relative;
height: 352px;
}
.bg-full-image{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-image: url(https://www.rchomeopathy.com.au/wp-content/uploads/2017/08/homeopathy_4.jpg);
background-size: cover;
background-attachment: scroll;
background-position: center;
background-repeat: repeat;
background-origin: content-box;
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #292929;
opacity: .3;
z-index: 2;
}
.overlay {
background: url(https://www.rchomeopathy.com.au/wp-content/themes/kvest-child/../kvest/includes/images/pattern2.png) repeat!important;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: