<!DOCTYPE html>
<html>
<head>
<style>
.column {
float: left;
width: 50%;
}
.row::after {
content: "";
clear: both;
display: table;
}
</style>
</head>
<body>
<div class="row">
<div class="column" style="background-color: #f2f2f2;">
<h2>左侧栏</h2>
<p>这里是左侧栏的内容...</p>
</div>
<div class="column" style="background-color: #f2f2f2;">
<h2>右侧栏</h2>
<p>这里是右侧栏的内容...</p>
</div>
</div>
</body>
</html>
【无标题】
最新推荐文章于 2024-11-01 15:19:31 发布