Is there a way to create CSS rules to display articles in three columns, like the example shown in the image below? The preferred HTML markup is:
<div>1</div>
<div>2</div>
<div>3</div>
...
<div>6</div>
The only requirement is to avoid any additional manipulations with the HTML markup during rendering - no nested blocks or anything similar. Any suggestions?
You can view the code on JSFiddle here: jsfiddle.net/3nv7rkcg