"css_grid_customization_gattsu_v2"
Bootstrap 3.3.0 Snippet by Gattsu

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 class="container">
<div>
<!-- row -->
<div>
<!-- row -->
<!-- main left image -->
<div class="col-md-6 nopadding b-padding shop-cats-box image-large">
<div class="hero-image"></div>
</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">MOBILIER LUMINAT</div>
</div>
</a>
<!-- video embed in right-bottom-image in CSS grid -->
<a href="/jewellery">
<div class="square img_2-2 home-block">
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*/
div {
display: block;
}
.b-padding {
padding-left: 0px ;
padding-right: 0px ;
}
.shop-cats-box {
background-image: url(http://drapaje.ro/pub/media/wysiwyg/talazurile/pavilion_zi.jpg);
float: left;
position: relative;
width: 50%;
padding-bottom: 32.5%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.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: