Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created January 17, 2015 21:17
Show Gist options
  • Save whyisjake/831a72baecec6fd33610 to your computer and use it in GitHub Desktop.
Save whyisjake/831a72baecec6fd33610 to your computer and use it in GitHub Desktop.
<style>
.container {
width: 300px;
}
.window {
width: 300px;
float: left;
}
.prev {
left: -300px;
}
.next {
right: 300px;
}
</style>
<div class="container">
<div class="window prev">
<img src="http://placehold.it/300x250" alt="">
</div>
<div class="window current">
<img src="http://placehold.it/300x250" alt="">
</div>
<div class="window future">
<img src="http://placehold.it/300x250" alt="">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment