1 Star 0 Fork 124

20级软件2班/HTML_div

forked from walkbyfaith/HTML_div 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index01.html 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
张益飞 提交于 2020-12-03 16:47 . 满屋花布局
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
#father{ width:900px;
height:1080px;
margin:0 auto;
}
.div01{ width:900px;
height:200px;
background-color:#FF0;
margin-bottom:20px;
}
.div02{ width:180px;
height:400px;
background-color:#0FF;
float:left;
margin-right:20px;
}
.div03{ width:500px;
height:400px;
background-color:#F0F;
float:left;
margin-right:20px;
}
.div05{ width:180px;
height:400px;
background-color:#0C0;
float:left;
}
.div04{ width:900px;
height:50px;
background-color: #60F;
margin-top:10px;
float:left;
}
</style>
</head>
<body>
<div id="father">
<div class="div01">我是第一张</div>
<div class="div02">我是第二张</div>
<div class="div03">我是第三张</div>
<div class="div05">我是第五张</div>
<div class="div04">我是第四张</div>
</div>
<body>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/level-20-software-class-2/html_div.git
git@gitee.com:level-20-software-class-2/html_div.git
level-20-software-class-2
html_div
HTML_div
master

搜索帮助