How would i go about achieving this layout, in a responsive scenario (ie 25% width), but each block have the same height:
_ _ _ _
|_|_|_|_|
|_|___|_|
|_|_|_|_|
Notice the middle block occupies (50% of the width), that middle block contains text, but the square images are images (that are square, giving its size).
Should i be using display: table
mixed with display: table-cell
and display: table-row
? Or is there nifty css trick.