Skip to content

Instantly share code, notes, and snippets.

@exwar
Created February 2, 2012 14:01
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 exwar/1723595 to your computer and use it in GitHub Desktop.
Save exwar/1723595 to your computer and use it in GitHub Desktop.
Hello world!
/**
* Hello world!
*/
.b-list {
font-size: 0;
letter-spacing: -4px;
}
.b-list__item {
position: relative;
display: inline-block;
border-radius: 4px;
transition: all ease .5s;
}
.b-list__item:hover {
z-index: 1;
box-shadow: 0 0 2px rgba(0, 0, 0, .4);
transform: scale(0.9);
}
.b-list__item img {
border-radius: 4px;
}
<div class="b-list">
<div class="b-list__item"><img src="http://placehold.it/200x200" alt=""></div>
<div class="b-list__item"><img src="http://placehold.it/200x200" alt=""></div>
<div class="b-list__item"><img src="http://placehold.it/200x200" alt=""></div>
<div class="b-list__item"><img src="http://placehold.it/200x200" alt=""></div>
</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment