1 Star 0 Fork 0

快乐阿星/前端练习

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
82.html 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
header,
nav,
article,
section,
aside,
footer {
background-color: #666;
}
p {
line-height: 50px;
}
.container {
width: 1200px;
margin: 0 auto;
}
.container header {
width: 100%;
height: 60px;
margin-bottom: 10px;
}
.container nav {
width: 100%;
height: 60px;
margin-bottom: 10px;
}
.container .main {
width: 100%;
display: flex;
margin-bottom: 10px;
}
.container .main article {
flex: 0 0 200px;
}
.container .main section {
flex: 1;
margin: 0 10px;
}
.container .main aside {
flex: 0 0 200px;
}
.container footer {
width: 100%;
height: 60px;
}
</style>
<body>
<div class="container">
<header></header>
<nav></nav>
<!-- 网页主要内容部分 -->
<div class="main">
<article></article>
<section>
<p>内容部分</p>
<p>内容部分</p>
<p>内容部分</p>
<p>内容部分</p>
</section>
<aside></aside>
</div>
<footer></footer>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/happy-a-xing/front-end-lian-xi.git
git@gitee.com:happy-a-xing/front-end-lian-xi.git
happy-a-xing
front-end-lian-xi
前端练习
master

搜索帮助