Created
May 8, 2013 14:55
-
-
Save ganglio/5541015 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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