"Untitled"
Bootstrap 4.1.1 Snippet by Shivamsemisetia

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
<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="col-lg-4">
<div class="witr_single_pslide">
<div class="witr_pslide_image">
<img decoding="async" src="https://themexbd.com/poket/food/wp-content/uploads/2021/12/work3.jpg" alt="">
</div>
<div class="witr_pslide_custom">
<!-- custom icon -->
<a href="#" tabindex="-1"><span class="ti-arrow-right"></span></a>
</div>
<div class="witr_content_pslide_text">
<div class="witr_content_pslide">
<!-- title -->
<h3><a href="#" tabindex="-1">Vegetable and Mushroom</a></h3>
<!-- content -->
<p> Rice Casserole </p>
</div>
<!-- button -->
</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
.witr_single_pslide {
position: relative;
overflow: hidden
}
.witr_pslide_image {
overflow: hidden;
position: relative
}
.witr_pslide_image::before {
opacity: 0.5;
}
.witr_pslide_image:before {
position: absolute;
content: '';
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: .5s;
transition: .5s;
z-index: 1
}
.witr_single_pslide:hover .witr_pslide_image img,.witr_single_pslide:hover .witr_pslide_image:before {
-webkit-transform: scale(1.2);
transform: scale(1.2)
}
.witr_pslide .witr_pslide_custom {
bottom: auto;
top: 30px;
right: auto;
left: 30px;
-webkit-transform: scaleX(0);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: