1 Star 0 Fork 124

20级软件2班/HTML_div

forked from walkbyfaith/HTML_div 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
满屋花.html 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
刘建峰 提交于 2020-12-02 17:44 . first commit
<!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>
.div001{
width:700px;
height:150px;
background-color:#C6C;
float:left;
}
.div002{
width:700px;
height:50px;
background-color:#60C;
float:left;
}
.div003{
width:150px;
height:600px;
background-color:#00F;
float:left;
}
.div004{
width:550px;
height:150px;
background-color:#FF0;
float:left;
}
.div005{
width:550px;
height:150px;
background-color:#36C;
float:left;
}
.div006{
width:550px;
height:150px;
background-color:#3F3;
float:left;
}
.div007{
width:550px;
height:150px;
background-color:#F99;
float:left;
}
#mare{
width:700px;
margin:0 auto;
}
</style>
</head>
<body>
<div id="mare">
<div class="div001"></div>
<div class="div002"></div>
<div class="div003"></div>
<div class="div004"></div>
<div class="div005"></div>
<div class="div006"></div>
<div class="div007"></div>
</div>
</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

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385