Live data from Hacker News

Ask HN: Recommend a grid-based CSS framework that plays well with Bootstrap

news.ycombinator.com

1–6 of 6 posts

Ask HN: Recommend a grid-based CSS framework that plays well with Bootstrap

#1
I'm trying to find a framework which I can drop on top of bootstrap and add functionality to have elements which span more than one row (like you'd be able to do with a table). As far as I know, I can't do this with bootstrap directly (I can only make elements spanning multiple columns).

Re: Ask HN: Recommend a grid-based CSS framework that plays well with Bootstrap

#3

Use a table within Bootstrap or start nesting the grid to achieve that result.

Wouldn't using a table for display purposes be an HTML anti-pattern? Also, I'm going to be generating content dynamically, so having classes would make things much easier.