课程
/前端开发
/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 回答求解 有点不懂
5 回答.first,#second span{color:green;}理解不懂?求大神指点
1 回答写一张高考数学试卷
2 回答这段html课程关于label的解释有点看不懂,求解释。