Is it possible to specifically do this to div elements:
<span class="wrap">
<div></div>
<div></div>
<div class="big"></div>
<div></div>
<div></div>
<div class="big"></div>
<div></div>
<div></div>
<div></div>
<div></div>
</span>
With flexbox? Here is a fiddle where I've been playing around but couldn't get it to work:
https://jsfiddle.net/kwqp4mmj/
And is it possible to make them repeat every 10 divs?