使用CSS构建响应式网格视图
您可以尝试运行以下代码来构建响应式网格视图:
示例
<!DOCTYPE html>
<html>
<head>
<meta name = "viewport" content = "width = device-width, initial-scale = 1.0">
<style>
* {
box-sizing: border-box;
}
.header {
border: 1px solid black;
padding: 10px;
}
.leftmenu {
width: 30%;
float: left;
padding: 10px;
border: 1px solid black;
}
.content {
width: 70%;
float: left;
padding: 10px;
border: 2px dotted black;
}
</style>
</head>
<body>
<div class = "header">
<h1>Header</h1>
</div>
<div class = "leftmenu">
<ul>
<li>Menu One</li>
<li>Menu Two</li>
<li>Menu Three</li>
<li>Menu Four</li>
<li>Menu Five</li>
<li>Menu Six</li>
<li>Menu Seven</li>
<li>Menu Eight</li>
<li>Menu Nine</li>
<li>Menu Ten</li>
</ul>
</div>
<div class = "content">
<h1>Demo</h1>
<p>This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text. This is demo text.
This is demo text. This is demo text. This is demo text.
This is demo text.
</p>
</div>
</body>
</html>热门推荐
10 高中升学宴祝福语简短
11 宝宝生病简短祝福语大全
12 贺卡文字同事祝福语简短
13 结业蛋糕男生祝福语简短
14 新婚祝福语简短句子
15 高考毕业祝福语简短励志
16 孩子满月随礼简短祝福语
17 中秋祝福语给父亲简短
18 班级群毕业祝福语简短