Código CSS:
Ver original
.tab a{ display:block; float:left; width:100px; height:30px; text-align:center; border:1px solid #666;} .clear{ clear:both;} #primero{ background-color:red; width:350px; height:300px;} #segundo{ background-color:green; width:350px; height:300px;} #tercero{ background-color:blue; width:350px; height:300px;}