課程
/前端開發
/HTML/CSS
/初識HTML(5)+CSS(3)-升級版
搞不清繼承這里暈
2016-01-21
源自:初識HTML(5)+CSS(3)-升級版 9-1
正在回答
father is "position:relative"
son is "position:absolute"
son is in father's heart
除了border以外,小的跟大的格式一致
#box3{
? ? width:200px;
? ? height:200px;
? ? position:relative;
}
#box4{
? ? width:99%;
? position:absolute;
? ? bottom:0;
? ??
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>對齊</title>
<style type="text/css">
div{text-align:center;}
</style>
</head>
<body>
<div><img src="http://img1.sycdn.imooc.com//52b4113500018cf102000200.jpg" ></div>
</body>
</html>
舉報
HTML(5)+CSS(3)基礎教程8小時帶領大家步步深入學習標簽用法和意義
2 回答有點不理解
7 回答求解 有點不懂
4 回答求解答不理解
5 回答.first,#second span{color:green;}理解不懂?求大神指點
1 回答寫一張高考數學試卷
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-01-21
father is "position:relative"
son is "position:absolute"
son is in father's heart
2016-01-21
除了border以外,小的跟大的格式一致
2016-01-21
#box3{
? ? width:200px;
? ? height:200px;
? ? position:relative;
}
#box4{
? ? width:99%;
? position:absolute;
? ? bottom:0;
? ??
}
2016-01-21
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>對齊</title>
<style type="text/css">
div{text-align:center;}
</style>
</head>
<body>
<div><img src="http://img1.sycdn.imooc.com//52b4113500018cf102000200.jpg" ></div>
</body>
</html>