Advertisement
roniewill

Div que contempla o slider

Dec 6th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.55 KB | None | 0 0
  1. <div class="carousel" id="showContent">
  2.  
  3.             <ol class="carousel-indicators" id="indicators">
  4.             </ol>
  5.  
  6.             <div class="carousel-inner">
  7.             </div>
  8.  
  9.             <a class="left carousel-control" href="#carouselStores" data-slide="prev">
  10.                 <span class="glyphicon glyphicon-chevron-left"></span>
  11.             </a>
  12.             <a class="right carousel-control" href="#carouselStores" data-slide="next">
  13.                 <span class="glyphicon glyphicon-chevron-right"></span>
  14.             </a>
  15.  
  16.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement