<ul>
<li>1.左カラム</li>
<li>2.右カラム</li>
</ul>
ul {
display: flex;
list-style: none;
width: 100%;
padding: 5px;
}
ul li{
background: #eee;
border: 1px solid #ccc;
display: block;
width: 100%;
height: 500px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.