在 如何用css进行布局 的课程的5.2中,footer没有背景颜色是什么原因
footer没有背景颜色显示是什么原因呢?
混合布局
body{ margin:0; padding:0; font-size:30px; font-weight:bold}
div{ text-align:center; line-height:50px}
.top{ height:100px;background:#9cf}
.head,.main{ width:960px;margin:0 auto; 【任务1】}
.head{ height:100px; background:#f90}
.footer{height:50px;background#fcc;margin:0 auto}
.left{ width:220px; height:600px; background:#ccc;float:left; 【任务2】}
.right{ width:740px; height:600px;background:#fcc; float:right}
.r_sub_left{ width:540px; height:600px; background:#9c3; float:left}
.r_sub_right{ width:200px; height:600px; background:#9fc; float:right;【任务3】}
/*.footer{height:50px;margin:0 auto;background:#fcc}*/
head
left
sub_left
sub_right
footer |
免责声明:本内容仅代表回答会员见解不代表天盟观点,请谨慎对待。
版权声明:作者保留权利,不代表天盟立场。
|
|
|
|