課程
/前端開發
/HTML/CSS
/網頁布局基礎
如圖,被影響的是footer,為什么在footer中設置的效果 顏色不一樣
2017-05-31
源自:網頁布局基礎 3-5
正在回答
* {??? margin:0;?? ?padding:0;}#wrap {?? ?margin:0 auto;?? ?width:960px;}#header {?? ?background:#FF3300;?? ?width:100%;}.left {?? ?width:800px;?? ?height:200px;?? ?background:#000;?? ?float:left;}.right {width:140px;height:500px;background:#690;float:right;}#footer {?? ?background:yellow;?? ?width:100%;?? ?clear:both;}
舉報
讓你精通CSS中三大定位機制,徹底掌握網頁布局的相關知識
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-05-31
* {
??? margin:0;
?? ?padding:0;
}
#wrap {
?? ?margin:0 auto;
?? ?width:960px;
}
#header {
?? ?background:#FF3300;
?? ?width:100%;
}
.left {
?? ?width:800px;
?? ?height:200px;
?? ?background:#000;
?? ?float:left;
}
.right {
width:140px;
height:500px;
background:#690;
float:right;
}
#footer {
?? ?background:yellow;
?? ?width:100%;
?? ?clear:both;
}