This style sheet combines inline-block and relative to create nested structures of div
div.relative { position: relative; left: 30px; border: 3px solid #73AD21; } div.row { display:inline-block; }