Skip to content

Instantly share code, notes, and snippets.

@sdglhm
Created October 14, 2015 06:43
Show Gist options
  • Save sdglhm/940b3c1c33827094f1bc to your computer and use it in GitHub Desktop.
Save sdglhm/940b3c1c33827094f1bc to your computer and use it in GitHub Desktop.
Cart style for display
.item-collection{
text-align:center;
}
.item-collection-item{
padding:4px 10px;
border: solid 1px rgba(204, 204, 204, 0.2);
transition:all .3s ease-in-out;}
.item-collection-item:hover{
box-shadow:0 1px 5px #ddd;
}
.col-4{
display:inline-block;
width:25%;
margin:5px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment