Код:
<!--HTML--> <style> #magallery{ width: 100%; box-sizing: border-box; font-family: times new roman; padding: 50px; background: url(http://funkyimg.com/i/23xCC.jpg) no-repeat scroll center top, url(http://funkyimg.com/i/23xCC.jpg) no-repeat scroll center bottom, url("http://funkyimg.com/i/23tej.png") no-repeat scroll right top, transparent url("http://funkyimg.com/i/23t7A.jpg") repeat scroll 0% 0%; border-width: 0px 3px; border-style: none double; border-color: #AFA279; font-size: 1.2em; } .img-row { display: inline-flex; flex-direction: row; width: 100%; justify-content: center; overflow:hidden; } .img-row a .preview {display: none; } .img-row img {width: auto; height:100%; float:left;} .img-row a {cursor: pointer; transition: all 0.2s ease-in-out 0s; height: 100%;} </style> <div id="magallery"> <div class="img-row" style="height: 230px;"> <a href="http://funkyimg.com/i/23JFy.jpg" ><img src="http://funkyimg.com/i/23JFy.jpg"></a> <a href="http://funkyimg.com/i/23JFz.jpg" style="margin-left: 15px!important"><img src="http://funkyimg.com/i/23JFz.jpg"></a> <a href="http://funkyimg.com/i/23JFx.jpg" style="margin-left: 15px!important"><img src="http://funkyimg.com/i/23JFx.jpg"></a> </div> <div class="img-row" style="height: 140px;"> <a href="http://funkyimg.com/i/23JGs.jpg"><img src="http://funkyimg.com/i/23JGs.jpg"></a> <a href="http://funkyimg.com/i/23JGt.jpg" style="margin-left: 14px!important"><img src="http://funkyimg.com/i/23JGt.jpg"></a> </div> <div class="img-row" style="height: 230px;"> <a href="http://funkyimg.com/i/23JFw.jpg" ><img src="http://funkyimg.com/i/23JFw.jpg"></a> <a href="http://funkyimg.com/i/23JFB.jpg" style="margin-left: 8px!important"><img src="http://funkyimg.com/i/23JFB.jpg"></a> <a href="http://funkyimg.com/i/23JFA.jpg" style="margin-left: 8px!important"><img src="http://funkyimg.com/i/23JFA.jpg"></a> </div> </div>