网页设计div布局,DIV+CSS网页布局时需要知道的几个技巧_htmlcss_WEB-ITnose
网页设计div布局,DIV+CSS网页布局时需要知道的几个技巧_htmlcss_WEB-ITnose详细介绍
body{margin: 0; padding: 0;} #header{width:100%; height: 90px; background: #b19f9d; } #nav{margin: 0 auto; width:70%; height: 90px; background: #fcf;} .content{width: 950px; height: 900px; background: #847369; margin: 0 auto;} .left{width:30%; height: 900px; background: #decfd4; float: left;} .right{width: 70%; height: 900px; background: #b3a19d; float: left;} footer{width:100%; height: 150px; background: #a8817a;}