Difference between revisions of "Team:Michigan Software/Team"

Line 7: Line 7:
 
     width: 100%;
 
     width: 100%;
 
}
 
}
.carousel: {
 
margin-top: 77px;
 
height: 100%;
 
margin-bottom: 0px;
 
max-width: 1170px;
 
margin: 0 auto;
 
position: relative;
 
}
 
  
.carousel-indicators {
 
position: absolute;
 
bottom: 10px;
 
left: 0;
 
z-index: 15;
 
width: 60%;
 
margin-left: 20px;
 
list-style: none;
 
text-align: center;
 
}
 
 
</style>
 
</style>
 
 
Line 47: Line 29:
 
   <ol class="carousel-indicators">
 
   <ol class="carousel-indicators">
 
     <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
 
     <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
    <li data-target="#myCarousel" data-slide-to="1"></li>
 
    <li data-target="#myCarousel" data-slide-to="2"></li>
 
    <li data-target="#myCarousel" data-slide-to="3"></li>
 
 
   </ol>
 
   </ol>
  

Revision as of 18:09, 8 July 2016

Bootstrap Example