TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

5 pointsby darxiusabout 12 years ago
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).

4 comments

ricardobeatabout 12 years ago
That's doable with bootstrap using nested rows/columns. There is no CSS framework I know of that implements it any other way, but it might be doable using display: table/table-cell/table-row/etc.
Benferhatabout 12 years ago
Try something like this, off the top of my head: <a href="http://pastebin.com/srYteiXQ" rel="nofollow">http://pastebin.com/srYteiXQ</a>
chirag04about 12 years ago
Check if this can help. <a href="http://suprb.com/apps/nested/" rel="nofollow">http://suprb.com/apps/nested/</a>
rodriguezcommajabout 12 years ago
Use a table within Bootstrap or start nesting the grid to achieve that result.
评论 #5467687 未加载