div和css网页设计布局,如何使用div+css进行网页布局
div和css网页设计布局,如何使用div+css进行网页布局详细介绍
body{ margin:0; } .box{ width:960px; margin:0 auto; } .box .header{ height:120px; border:1px solid #f00; line-height:120px; } .box .main{ height:300px; border:1px solid #0f0; line-height:300px; } .box .footer{ height:100px; border:1px solid #00f; line-height:100px; } p{ text-align:center; }
头部
主题