Advertisement
Guest User

carousel

a guest
Sep 16th, 2014
560
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.38 KB | None | 0 0
  1. <div class="row">
  2.           <div class="col-md-12">
  3.             <div class="jumbotron">
  4.               <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
  5.                 <ol class="carousel-indicators">
  6.                       <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
  7.                       <li data-target="#carousel-example-generic" data-slide-to="1"></li>
  8.                       <li data-target="#carousel-example-generic" data-slide-to="2"></li>
  9.                 </ol>
  10.                 <div class="carousel-inner">
  11.                     <div class="item active jumbtotron-photo"><a href="digitalMarketing.html"><img src="reliant/1.jpg"></a></div>
  12.                     <div class="item jumbtotron-photo"><a href="development.html"><img src="reliant/2.jpg"></a></div>
  13.                     <div class="item jumbtotron-photo"><a href="webDesigning.html"><img src="reliant/3.jpg"></a></div>
  14.                 </div>
  15.                 <div class="pull-center">
  16.                 <a class="carousel-control left" href="#carousel-example-generic" data-slide="prev">
  17.                   <span class="glyphicon glyphicon-chevron-left"></span>
  18.                 </a>
  19.                 <a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
  20.                   <span class="glyphicon glyphicon-chevron-right"></span>
  21.                 </a>
  22.                 </div>
  23.               </div>
  24.             </div>
  25.           </div>
  26.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement