Skip to content

Instantly share code, notes, and snippets.

@ganglio
Created May 8, 2013 14:55
Show Gist options
  • Save ganglio/5541015 to your computer and use it in GitHub Desktop.
Save ganglio/5541015 to your computer and use it in GitHub Desktop.
Untitled
ul.gallery {
list-style: none;
padding: 0;
margin: 0;
}
ul.gallery li {
width: 150px;
height: 150px;
overflow: hidden;
display: inline-block;
margin: 10px;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
border: 2px solid rgba(0,0,0,0.7);
text-align: center;
}
ul.gallery li img {
height: 100%;
width: auto;
}
<ul class='gallery'>
<li>
<img src='http://www.deshow.net/d/file/animal/2009-07/cute-kitten-631-2.jpg' />
</li>
<li>
<img src='http://www.deshow.net/d/file/animal/2009-07/cute-kitten-631-2.jpg' />
</li>
<li>
<img src='http://www.deshow.net/d/file/animal/2009-07/cute-kitten-631-2.jpg' />
</li>
<li>
<img src='http://www.deshow.net/d/file/animal/2009-07/cute-kitten-631-2.jpg' />
</li>
<ul>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment