亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

如何用CSS進行網頁布局

江老實 Web前端工程師
難度初級
時長22分
學習人數
綜合評分9.60
1991人評價 查看評價
9.8 內容實用
9.6 簡潔易懂
9.4 邏輯清晰
聽著感覺無力。。。
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{height:200px;background:gray;}
.main{height:600px;background:red;}
.left{ width:200px;height:600px;float:left;background:blue;}
.right{height:600px;float:right;background:green;}
.foot{width:100px;background:orange;}
</style>
.top{width:600px;height:70px;background: burlywood;}
.main{width: 600px;height: 350px;background-color: red;}
.left{width:200px;height: 350px;background-color: blue; float:left;}
32個贊。。。。。
還是要多多練習,加油
.top{height:100px;background:grey;}

.main{height:500px;background:red;position:relative;}

.left{height:500px;width:200px;background:blue; position:absolute;top:0;left:0;}

.right{height:500px;background:green;margin-left:210px;}

.foot{height:50px;background:orange;}
哇咔咔 臟自私溜
.top{margin:0 auto;background:gray;height:100px;}
.main{margin:0 auto;height:600px;}
.left{width:200px;height:600px;position:absolute;
top:100px;left:0;}評論有300字數限制,所以把背景色屬性在此都省略了
.right{background:green;height:600px;margin-left:210px;}
.foot{background:orange;height:60px;}
哈哈,家里有一套印象設備,聽起來很棒
哎,要是誰能說講講文檔流的原理就好了
通俗易懂,適合新手。很贊!
.top{height:100px;background:grey;}
.main{height:600px;margin:0 auto;position:relative;background:red;}
.left{height:600px;width:200px;background:blue;float:left;}
.right{height:600px;background:green;position:absolute;left:210px;}
.foot{height:50px;background:orange;}
通俗易懂,老師講得太棒了
浮動(float)和 絕對定位(position:absolute)
脫離文檔流?。?!
視頻太卡了!!!!
聲音真心小。。。
課程須知
1.你需要掌握html+css樣式基礎知識 2.有一定的前端實際開發經驗
老師告訴你能學到什么?
1.掌握網頁布局的相關知識 2.能對不同的網頁進行布局結構劃分 3.掌握固定寬度和自適應寬度的實現方法

微信掃碼,參與3人拼團

微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號

友情提示:

您好,此課程屬于遷移課程,您已購買該課程,無需重復購買,感謝您對慕課網的支持!

本次提問將花費2個積分

你的積分不足,無法發表

為什么扣積分?

本次提問將花費2個積分

繼續發表請點擊 "確定"

為什么扣積分?

舉報

0/150
提交
取消