Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created June 22, 2016 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/e29260f52762f4ff43a776e6302e3f9e to your computer and use it in GitHub Desktop.
Save goofmint/e29260f52762f4ff43a776e6302e3f9e to your computer and use it in GitHub Desktop.
ul.carousel>li {
display: block;
}
.carousel-wrapper {
width: 800px;
height: 200px;
margin: 20px 0 20px 0;
padding: 5px;
text-align: center;
vertical-align: center;
cursor: pointer;
}
.carousel-wrapper .item {
width: 120px;
height: 160px;
line-height: 160px;
}
.red {
background-color: #F3C0AB;
}
: // 他の色は省略
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment