Skip to content

Instantly share code, notes, and snippets.

@felipecabargas
Created September 16, 2014 17:33
Show Gist options
  • Save felipecabargas/92580fd5f9942daf2f62 to your computer and use it in GitHub Desktop.
Save felipecabargas/92580fd5f9942daf2f62 to your computer and use it in GitHub Desktop.
.carousel.slide data-ride="carousel"
/! Wrapper for slides
.carousel-inner
.item.active
img alt="..." src="..."
.carousel-caption
| \...
.item
img alt="..." src="..."
.carousel-caption
| \...
| \...
/! Controls
a.left.carousel-control data-slide="prev" href="#carousel-example-generic" role="button"
span.glyphicon.glyphicon-chevron-left
a.right.carousel-control data-slide="next" href="#carousel-example-generic" role="button"
span.glyphicon.glyphicon-chevron-right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment