Skip to content

Instantly share code, notes, and snippets.

@djpate
Created April 19, 2012 16:24
Show Gist options
  • Save djpate/2422105 to your computer and use it in GitHub Desktop.
Save djpate/2422105 to your computer and use it in GitHub Desktop.
Untitled
.left , .right{
width: 80px;
float: left;
}
.left img, .right img{
float: left;
margin: 0 0 10px 0;
}
.center{
float: left;
}
<!-- content to be placed inside <body>…</body> -->
<div class="left">
<img src="http://placehold.it/75x75" />
<img src="http://placehold.it/75x75" />
<img src="http://placehold.it/75x75" />
<img src="http://placehold.it/75x75" />
</div>
<div class="center">
<img src="http://placehold.it/75x75" />
<img src="http://placehold.it/75x75" />
<img src="http://placehold.it/75x75" />
</div>
<div class="right">
<img src="http://placehold.it/75x75" />
<img src="http://placehold.it/75x75" />
<img src="http://placehold.it/75x75" />
<img src="http://placehold.it/75x75" />
</div>
{"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