Maximum Page Design book, “Pushing The Boundaries of Page Layout Under Real World Limitations” featured the work of Tom Tor, along with his personal interview.
.gallery {
margin: auto;
}
.gallery-item {
float: left;
margin-top: 10px;
text-align: center;
width: 33%; }
.gallery img {
border: 2px solid #cfcfcf;
}
.gallery-caption {
margin-left: 0;
}








