Created
March 3, 2013 19:13
-
-
Save varya/5077732 to your computer and use it in GitHub Desktop.
Photo set
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
/** | |
* Photo set | |
*/ | |
.photo-grid { | |
list-style: none; | |
display: block; | |
text-align: justify; | |
max-width: 900px; | |
} | |
.photo { | |
display: inline-block; | |
position: relative; | |
min-width: 200px; | |
text-align: center; | |
} | |
.photo:nth-child(4n+1) { | |
clear: both; | |
} | |
.photo-title { | |
display: block; | |
} |
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="photo-grid"><li class="photo"> | |
<a href="#" class="photo-link"> | |
<img src="http://www.mtv.com/movies/a-z/h/hudgens_vanessa/150x200.jpg" class="photo-img"> | |
<span class="photo-title">a girl</span> | |
</a> | |
</li><li class="photo"> | |
<a href="#" class="photo-link"> | |
<img src="http://i1132.photobucket.com/albums/m566/Feargraphics/Others/150x200.png" class="photo-img"> | |
<span class="photo-title">bender_wants_to_kill_all_the_people</span> | |
</a> | |
</li><li class="photo"> | |
<a href="#" class="photo-link"> | |
<img src="http://familytrees.genopro.com/MrSpock/pictures/200x150.jpg" class="photo-img"> | |
<span class="photo-title">MrSpock</span> | |
</a> | |
</li><li class="photo"> | |
<a href="#" class="photo-link"> | |
<img src="http://i1132.photobucket.com/albums/m566/Feargraphics/Others/150x200.png" class="photo-img"> | |
<span class="photo-title">bender_wants_to_kill_all_the_people</span> | |
</a> | |
</li><li class="photo"> <a href="#" class="photo-link"> | |
<img src="http://familytrees.genopro.com/MrSpock/pictures/200x150.jpg" class="photo-img"> | |
<span class="photo-title">MrSpock</span> | |
</a> | |
</li><li class="photo"> <a href="#" class="photo-link"> | |
<img src="http://familytrees.genopro.com/MrSpock/pictures/200x150.jpg" class="photo-img"> | |
<span class="photo-title">MrSpock</span> | |
</a> | |
</li><li class="photo"> <a href="#" class="photo-link"> | |
<img src="http://www.mtv.com/movies/a-z/h/hudgens_vanessa/150x200.jpg" class="photo-img"> | |
<span class="photo-title">a girl</span> | |
</a> | |
</li><li class="photo"> | |
<a href="#" class="photo-link"> | |
<img src="http://www.mtv.com/movies/a-z/h/hudgens_vanessa/150x200.jpg" class="photo-img"> | |
<span class="photo-title">a girl</span> | |
</a> | |
</li><li class="photo"> | |
<a href="#" class="photo-link"> | |
<img src="http://www.mtv.com/movies/a-z/h/hudgens_vanessa/150x200.jpg" class="photo-img"> | |
<span class="photo-title">a girl</span> | |
</a> | |
</li><li class="photo"> | |
<a href="#" class="photo-link"> | |
<img src="http://www.mtv.com/movies/a-z/h/hudgens_vanessa/150x200.jpg" class="photo-img"> | |
<span class="photo-title">a girl</span> | |
</a> | |
</li><li class="photo"> | |
<a href="#" class="photo-link"> | |
<img src="http://www.mtv.com/movies/a-z/h/hudgens_vanessa/150x200.jpg" class="photo-img"> | |
<span class="photo-title">a girl</span> | |
</a> | |
</li><li class="photo"> | |
<a href="#" class="photo-link"> | |
<img src="http://www.mtv.com/movies/a-z/h/hudgens_vanessa/150x200.jpg" class="photo-img"> | |
<span class="photo-title">a girl</span> | |
</a> | |
</li><li class="photo"> | |
<a href="#" class="photo-link"> | |
<img src="http://familytrees.genopro.com/MrSpock/pictures/200x150.jpg" class="photo-img"> | |
<span class="photo-title">MrSpock</span> | |
</a> | |
</li><li class="photo"> <a href="#" class="photo-link"> <img src="http://familytrees.genopro.com/MrSpock/pictures/200x150.jpg" class="photo-img"> | |
<span class="photo-title">MrSpock</span> | |
</a> | |
</li><li class="photo"> <a href="#" class="photo-link"> <img src="http://familytrees.genopro.com/MrSpock/pictures/200x150.jpg" class="photo-img"> | |
<span class="photo-title">MrSpock</span> | |
</a> | |
</li><li class="photo"> <a href="#" class="photo-link"> <img src="http://familytrees.genopro.com/MrSpock/pictures/200x150.jpg" class="photo-img"> | |
<span class="photo-title">MrSpock</span> | |
</a> | |
</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","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment