Test of flexbox

Uses CSS Flexbox layout.
This uses:
 display: flex;	

Re-size browser window to see n in a row.
Note in source how once everything is done in CSS, then HTML is just minimal. It just defines the groups.

  
1

This one has an image.
3
This text is a bit longer than normal.
5
6
7
8
9
10
11
12