Created
May 28, 2012 21:24
-
-
Save gentle-media/2821276 to your computer and use it in GitHub Desktop.
DWC 2
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
/** | |
* DWC 2 | |
*/ | |
body {padding: 100px 0 0 0} | |
.content { | |
width: 708px; | |
margin: 0 auto; | |
padding: 0; | |
overflow: hidden} /* if you want to give the div a border or background color */ | |
img {border: 0} | |
.even {margin: 0 50px 100px 0} | |
.odd {margin: 0 0 100px 50px} |
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
<div class="content"> | |
<img src="http://farm8.staticflickr.com/7245/7289819658_eefd3baa3f_n.jpg" width="300" height="212" class="even" alt="" /> | |
<img src="http://farm8.staticflickr.com/7245/7289819658_eefd3baa3f_n.jpg" width="300" height="212" class="odd" alt="" /> | |
<img src="http://farm8.staticflickr.com/7245/7289819658_eefd3baa3f_n.jpg" width="300" height="212" class="even" alt="" /> | |
<img src="http://farm8.staticflickr.com/7245/7289819658_eefd3baa3f_n.jpg" width="300" height="212" class="odd" alt="" /> | |
</div> |
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":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment