Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created June 22, 2016 07:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save goofmint/05f7393487ac0eeed630aaa29afff8c4 to your computer and use it in GitHub Desktop.
<div class="carousel-wrapper">
<div class="item red">
<p>アイテム1</p>
</div>
<div class="item blue">
<p>アイテム2</p>
</div>
<div class="item green">
<p>アイテム3</p>
</div>
<div class="item yellow">
<p>アイテム4</p>
</div>
<div class="item purple">
<p>アイテム5</p>
</div>
<div class="item gray">
<p>アイテム6</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment