"Product Page Design With Hover Effect And Embed Youtube Video"
Bootstrap 3.0.0 Snippet by Divscodebd

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="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ---------->
<html>
<head>
<title>Product Page Desig</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class=container>
<div class="container">
<div class="row mar-bot-30">
<div class="col-md-12">
<div class="product-sec-tittle">
<h2 class="section-heading"><span>Feature</span> Product</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="product-box ">
<iframe src="https://www.youtube.com/embed/mc3aTxClUAk" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-3">
<div class="product-box ">
<iframe src="https://www.youtube.com/embed/VGt1idetHzM" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-3">
<div class="product-box ">
<iframe src="https://www.youtube.com/embed/_kvp5phEGLE" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-3">
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
.section-tittle h2 {
text-transform: uppercase;
color: #333745;
font-weight: 600;
}
.section-tittle h2 span {
color: #ff3546;
}
.section-heading {
position: relative;
}
.section-heading::after {
content: "";
position: absolute;
width: 40%;
height: 2px;
bottom: -10px;
left: 30%;
background: #ddd;
transform: translate(0%);
}
.product-box {
position: relative;
box-shadow: 0px 2px 10px -4px #333745;
cursor: pointer;
padding: 10px 10px;
margin-bottom: 20px;
margin-top: 15px;
}
.cap-bg-black {
background: #333745;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: