"Masonry Example With Css Only"
Bootstrap 4.1.1 Snippet by sunil8107

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
<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="masonry">
<div class="item"><img src="http://8pic.ir/images/gr1p4a0vj90t1q7mizuk.jpg"></div>
<div class="item"><img src="http://webneel.com/daily/sites/default/files/images/daily/07-2013/2-3d-cartoon-elephant-mohamed-abdelfatah.preview.jpg"></div>
<div class="item"><img src="http://www.10wallpaper.com/wallpaper/medium/1109/Dolls-Cartoon_character_-_HD_Desktop_Wallpaper_second_Series_medium.jpg"></div>
<div class="item"><img src="http://www.plusthings.com/wp-content/uploads/2013/07/Disney-Cartoon-8.jpg"></div>
<div class="item"><img src="http://images6.fanpop.com/image/photos/34900000/Minion-Hitman-despicable-me-minions-34992255-2592-1620.jpg"></div>
<div class="item"><img src="http://cdn2.hellogiggles.com/wp-content/uploads/2015/02/03/Minions.jpg"></div>
<div class="item"><img src="http://static.splashnology.com/articles/Ghibli_fanart_2/spirited_away_haku_by_aksaart.jpg"></div>
<div class="item"><img src="http://8pic.ir/images/gr1p4a0vj90t1q7mizuk.jpg"></div>
<div class="item"><img src="https://www.wow247.co.uk/wp-content/uploads/2013/03/Up-greatest-animated-movies.jpg"></div>
<div class="item"><img src="http://webneel.com/daily/sites/default/files/images/daily/07-2013/2-3d-cartoon-elephant-mohamed-abdelfatah.preview.jpg"></div>
<div class="item"><img src="http://www.10wallpaper.com/wallpaper/medium/1109/Dolls-Cartoon_character_-_HD_Desktop_Wallpaper_second_Series_medium.jpg"></div>
<div class="item"><img src="http://www.plusthings.com/wp-content/uploads/2013/07/Disney-Cartoon-8.jpg"></div>
<div class="item"><img src="http://images6.fanpop.com/image/photos/34900000/Minion-Hitman-despicable-me-minions-34992255-2592-1620.jpg"></div>
<div class="item"><img src="http://cdn2.hellogiggles.com/wp-content/uploads/2015/02/03/Minions.jpg"></div>
<div class="item"><img src="http://p1.pichost.me/i/59/1831371.jpg"></div>
<div class="item"><img src="http://8pic.ir/images/gr1p4a0vj90t1q7mizuk.jpg"></div>
<div class="item"><img src="http://th01.deviantart.net/fs71/PRE/f/2013/195/b/f/chihiro_hakuresized_by_chukairi_d6d8vl4_by_chukairi-d6dg8fe.jpg"></div>
<div class="item"><img src="https://www.wow247.co.uk/wp-content/uploads/2013/03/Up-greatest-animated-movies.jpg"></div>
<div class="item"><img src="http://webneel.com/daily/sites/default/files/images/daily/07-2013/2-3d-cartoon-elephant-mohamed-abdelfatah.preview.jpg"></div>
<div class="item"><img src="http://www.10wallpaper.com/wallpaper/medium/1109/Dolls-Cartoon_character_-_HD_Desktop_Wallpaper_second_Series_medium.jpg"></div>
<div class="item"><img src="http://p1.pichost.me/i/59/1831371.jpg"></div>
<div class="item"><img src="http://th01.deviantart.net/fs71/PRE/f/2013/195/b/f/chihiro_hakuresized_by_chukairi_d6d8vl4_by_chukairi-d6dg8fe.jpg"></div>
</div>
<br>
<br>
<p style="padding-top:40px" class="text-center top_spac"> Create by <a target="_blank" href="https://www.linkedin.com/in/sunil-rajput-nattho-singh/">Sunil Rajput</a></p>
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
.masonry { /* Masonry container */
column-count: 4;
column-gap: 1em;
}
.item { /* Masonry bricks or child elements */
background-color: #eee;
display: inline-block;
margin: 0 0 1em;
width: 100%;
}
body {
font: 1em/1.67 'Open Sans', Arial, Sans-serif;
margin: 0;
background: #e9e9e9;
padding:30px;
}
.wrapper {
width: 95%;
margin: 3em auto;
}
.masonry {
margin: 1.5em 0;
padding: 0;
-moz-column-gap: 1.5em;
-webkit-column-gap: 1.5em;
column-gap: 1.5em;
font-size: .85em;
column-count:4;
}
.item {
display: inline-block;
background: #fff;
padding: 1em;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: