main, item, details, name, dude, when { display:block; margin:10px; padding:10px; font-family:Arial,sans-serif; font-size:14px; } main { background-color:yellow; width:500px; height:140px; border:10px solid blue; } item { background-color:lime; width:460px; height:100px; } details { background-color:red; width:420px; height:60px; } name, dude, when { float:left; background-color:pink; width:100px; height:20px; text-align:center; }