Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. <div id="myCarousel" class="carousel slide" data-ride="carousel">
  2. <!-- Indicators -->
  3. <ol class="carousel-indicators">
  4. <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
  5. <li data-target="#myCarousel" data-slide-to="1"></li>
  6. <li data-target="#myCarousel" data-slide-to="2"></li>
  7. <li data-target="#myCarousel" data-slide-to="3"></li>
  8. </ol>
  9.  
  10. <!-- Wrapper for slides -->
  11. <div class="carousel-inner" role="listbox">
  12. <div class="item active">
  13. <img src="img\kometa.jpg" alt="Chania">
  14. <div class="carousel-caption">
  15. <h3>Chania</h3>
  16. <p>The atmosphere in Chania has a touch of Florence and Venice.</p>
  17. </div>
  18. </div>
  19.  
  20. <div class="item">
  21. <img src="img\norm.jpg" alt="Chania">
  22. <div class="carousel-caption">
  23. <h3>Chania</h3>
  24. <p>The atmosphere in Chania has a touch of Florence and Venice.</p>
  25. </div>
  26. </div>
  27.  
  28. <div class="item">
  29. <img src="img_flower.jpg" alt="Flower">
  30. <div class="carousel-caption">
  31. <h3>Flowers</h3>
  32. <p>Beatiful flowers in Kolymbari, Crete.</p>
  33. </div>
  34. </div>
  35.  
  36. <div class="item">
  37. <img src="img_flower2.jpg" alt="Flower">
  38. <div class="carousel-caption">
  39. <h3>Flowers</h3>
  40. <p>Beatiful flowers in Kolymbari, Crete.</p>
  41. </div>
  42. </div>
  43. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement