1 Star 0 Fork 0

Jman/html_study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lesson6.html 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jman 提交于 2016-11-15 08:21 . add all
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>lesson 2</title>
<style>
body {
margin: 0;
}
div{
margin: 0;
padding: 0;
}
#div1{position:relative;
left:100px;
top:100px;
background-color:orange;
height:100px;
width:100px;
}
#div2{position:absolute;
top:10px;
left:10px;
background-color:green;
height:200px;
width:200px;
}
#div3{position:relative;
top:20px;
left:130px;
background-color:red;
height:50px;
width:50px;
}
</style>
<body>
<div id="div1">
<div id="div2">
<div id="div3"></div>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jcto/html_study.git
git@gitee.com:jcto/html_study.git
jcto
html_study
html_study
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385