Created
February 14, 2019 11:58
-
-
Save artemrogov/2785b7daaf686863602cf636c2420638 to your computer and use it in GitHub Desktop.
Блок примеры наших работ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container-fluid" style="border:1px solid black;"> | |
<div class ="row"> | |
<div class="col-12"> | |
<h1 class="text-center">Примеры наших работ</h1> | |
<div id="recipeCarousel" class="carousel slide w-100" data-ride="carousel"> | |
<div class="carousel-inner w-100" role="listbox"> | |
<div class="carousel-item row no-gutters active"> | |
<div class="col-3 float-left"><img class="img-fluid" src="http://placehold.it/350x280/222/fff?text=1"></div> | |
<div class="col-3 float-left"><img class="img-fluid" src="http://placehold.it/350x280/444?text=2"></div> | |
<div class="col-3 float-left"><img class="img-fluid" src="http://placehold.it/350x280/888?text=3"></div> | |
<div class="col-3 float-left"><img class="img-fluid" src="http://placehold.it/350x280/111/fff?text=4"></div> | |
</div> | |
<div class="carousel-item row no-gutters"> | |
<div class="col-3 float-left"><img class="img-fluid" src="http://placehold.it/350x280?text=5"></div> | |
<div class="col-3 float-left"><img class="img-fluid" src="http://placehold.it/350x280/555?text=6"></div> | |
<div class="col-3 float-left"><img class="img-fluid" src="http://placehold.it/350x280/333/fff?text=7"></div> | |
<div class="col-3 float-left"><img class="img-fluid" src="http://placehold.it/350x280/bbb?text=8"></div> | |
</div> | |
</div> | |
<a class="carousel-control-prev" href="#recipeCarousel" role="button" data-slide="prev"> | |
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | |
<span class="sr-only">Previous</span> | |
</a> | |
<a class="carousel-control-next" href="#recipeCarousel" role="button" data-slide="next"> | |
<span class="carousel-control-next-icon" aria-hidden="true"></span> | |
<span class="sr-only">Next</span> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment