"Untitled"
Bootstrap 4.1.1 Snippet by saikrishna99666

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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="bg-items">
<div class="items" style="background-image : url('img/baby-1399332_960_720.jpg');">
<div class="one"></div>
<div class="details">
<h3>Effect #1</h3>
<p>Fusce eros mauris, vehicula vel rhoncus id, accumsan at justo.
Nulla nec ex mollis, rhoncus quam quis, feugiat quam. Donec auctor turpis ex,
a pretium tellus mollis sed. Nam vehicula libero at nulla euismod.
</p>
<h6>Date: 5/5/2016</h6>
</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
.bg-items {
cursor: pointer;
display: inline-block;
float: left;
margin: 1%;
width: 48%;
}
.items {
background-color: #C97131;
background-size: cover;
height: 286px;
overflow: hidden;
position: relative;
width: 100%;
}
.details {
color: #fff;
font-family: "Jaldi",sans-serif;
font-size:25px;
height: 286px;
left: 0;
opacity: 0;
padding: 5%;
top: 0;
transition: opacity 0.8s ease 0s;
width: 90%;
}
.opticy{
background-color : rgba(0,0,0,0.5);
}
.details h3 {
margin-bottom : 20px;
}
.details h6 {
text-align : right;
margin-top : 40px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: