首页 > 解决方案 > 块的这个位置怎么做

问题描述

我需要在桌面的左栏中有两个块,在右栏中需要一个块。然后右列的一个块必须在左列的两个块和这个全宽之间。从这里由此 到这里 到这个

<div class="container">
<div class="text-top">
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</div>
<div class="text-bottom">
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</div>
<img src="some_image.png" />
图像是一个红色块

标签: htmlcssflexbox

解决方案


推荐阅读