1 Star 0 Fork 0

Jman/html_study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lesson4.html 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
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;
}
#d1 {
background: #FFA500;
padding: 10px 20px 30px 40px;
}
#d2 {
padding: 10px;
background: #008000;
}
#d3 {
padding: 10px;
background: #008a00;
}
#d4 {
padding: 10px;
margin: 10px;
background: #765432;
}
#d5 {
background: #fadecd;
padding: 10px 40px 20px 10px;
}
#d6{
background: #desdcd;
padding: 10px 20px 10px 20px;
}
#d7{
background: #32a4cd;
padding: 20px 10px 30px 40px;
}
</style>
</head>
<body>
<div id='d1'>
<div id="d8">
<div id="d2">
<div id="d3">
我要好好学习
</div>
<div id="d6">
</div>
</div>
<div id="d4">
我要好好学习
</div>
</div>
<div id="d7">
我要好好学习
</div>
</div>
<div id="d5">
我要好好学习
</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

搜索帮助