"GRID CSS VIDEO - hero video, 4 img grid right"
Bootstrap 3.3.0 Snippet by Nemra1

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="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ---------->
<div>
<!-- row -->
<div>
<!-- row -->
<!-- main left image -->
<div class="col-md-6 nopadding b-padding video-container image-large">
<iframe class="youtube-video" src="//www.youtube.com/embed/Tdb_vxoUD4w"frameborder="0" allowfullscreen></iframe>
</div>
<!-- end of other main image -->
<div class="col-md-6 nopadding b-padding">
<a href="/home-decoration">
<div class="square img_1-1 home-block">
<div class="text">PROIECT REALIZAT</div>
</div>
</a>
<a href="/lighting">
<div class="square img_1-2 home-block">
<div class="text">BAR CATERING</div>
</div>
</a>
<!-- 2nd row verticaly centered images in square columns -->
<a href="/furniture">
<div class="square img_2-1 home-block">
<div class="text">ATMOSFERA DE ZI</div>
</div>
</a>
<a href="/jewellery">
<div class="square img_2-2 home-block">
<div class="text">MOBILIER LUMINAT</div>
</div>
</a>
</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
/* Latest compiled and minified CSS included as External Resource*/
body {
color: #777;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: 400;
line-height: 1.4;
font-size: 1.3rem;
}
div {
display: block;
}
.b-padding {
padding-left: 0px !important;
padding-right: 0px !important;
}
.square {
float: left;
position: relative;
width: 50%;
padding-bottom: 32.5%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.image-large {
border: 1px solid #000;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: