我有以下内容:https ://codepen.io/truetaurus/pen/KejbPE
<div class="container">
<div class="one">
ONE this is the content
<br/>
ONE this is the content
<br/>
ONE this is the content
<br/>
ONE this is the content
<br/>
</div>
<div class="two">
TWO this is the content
<br/>
TWO this is the content
<br/>
TWO this is the content
<br/>
TWO this is the content
<br/>
TWO this is the content
<br/>
TWO this is the content
<br/>
TWO this is the content
<br/>
TWO this is the content
<br/>
TWO this is the content
<br/>
TWO this is the content
<br/>
</div>
<div class="three">
THREE this is the content
<br/>
THREE this is the content
<br/>
THREE this is the content
<br/>
THREE this is the content
<br/>
</div>
</div>
我想要一个 2 列布局,右列采用所需的任何高度,左侧的内容在我的 codepen 中看到的 2 个元素中分隔。
我希望绿色元素位于红色元素的正下方,而不是它从蓝色元素高度末端开始的位置并且不改变结构。在不更改布局和不使用 CSS 网格的情况下如何实现这一点?