我有一个包装 div 和许多内容块。内容块可以是任意数量。
<div class="wrapper">
<div class="content-block">Something goes here</div>
<div class="content-block">Something goes here</div>
.
.
.
<div class="content-block">Something goes here</div>
</div>
我希望使用这些内容块形成一个金字塔结构,如下所示:
有可能实现这样的金字塔吗?上图只是一个示例,内容块可能超过 10 个,甚至更少。