Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 764 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 764 Bytes

Bootstrap Carousel

Currently, every big website uses Carousel to display their large list of items with low space. So we are Building a Carousel.

Details

  • Create a Carousel with five slides using Bootstrap.
  • The parent div with id #myCarousel
  • there are 5 slides with respective class .first-slide, .second-slide, .third-slide, .fourth-slide, .fifth-slide
  • left arrow and right arrow icons with respective classes glyphicon-chevron-left, glyphicon-chevron-right.
  • .left or .right class for the movement of slide
  • Refer Bootstrap carousel documentation

    Refer Testcases for better idea