Untitled
unknown
plain_text
8 months ago
2.2 kB
0
Indexable
Never
*{ margin: 0; padding: 0; border: 0; } .body{ font-family: Arial, Courier, monospace, sans-serif; color: #000000; padding: 0; background: #ffffffff; } #conteiner{ width: 900px; margin: 0 auto; } #top_1{ width: 450px; height: 140px; background: #cc7709; text-align: center; float: left; } #top_2{ width: 450px; height: 140px; background: #db7b63; text-align: center; float: right; } #left_bar{ position: relative; background: #009900; width: 160px; height: 350px; float: left; } #left_1{ margin: 10px 0px 0px 15px; position: absolute; background: #fffb00; width: 125px; height: 50px; float: left; } #left_2{ margin: 70px 0px 0px 15px; position: absolute; background: #fffb00; width: 125px; height: 50px; float: left; } #left_3{ margin: 130px 0px 0px 15px; position: absolute; background: #fffb00; width: 125px; height: 50px; float: left; } #main{ position: relative; background: #006699; width: 580px; height: 350px; float: left; } #center_1{ margin: 20px 0px 0px 70px; position: absolute; background: #620b94; width: 250px; height: 100px; float: none; } #center_2{ margin: 70px 0px 0px 100px; position: absolute; background: #053377; width: 250px; height: 100px; float: none; } #right_bar{ background: #006600; width: 160px; height: 350px; float: right; } #footer{ background: #eb8de3; width: 900px; height: 75px; float: right; text-align: center; } #footer_1{ background: #e654ae; width: 300px; height: 75px; float: left; text-align: center; } #footer_2{ background: #eb8de3; width: 300px; height: 75px; float: left; position: relative; text-align: center; } #footer_3{ background: #e654ae; width: 300px; height: 75px; float: right; text-align: center; } .clear{ clear: both; }
Leave a Comment