<html> <head> </head> <body> <div style="margin-left: 50px;"> <div style="background-color: green; width: 20px; height: 20px"> </div> <div style="position:relative; left:50px; height:10px;"> <!-- make the body overflow by 50px horizontally --> </div> </body> </html>