HTML5 Boilerplate with blueprint css

2019-03-08 20:24发布

I'm thinking of combining these two technologies for a new project.

Is this bad idea? Are there any recommended alternative grid systems to use with html5 boilerplate?

5条回答
该账号已被封号
2楼-- · 2019-03-08 21:11

You can try Code Kick Off, you can combine Boilerplate with any of these grids:

  • Less Framework
  • Tiny Fluid Grid
  • 960.gs
  • Blueprint
查看更多
仙女界的扛把子
3楼-- · 2019-03-08 21:14

Actually, I mixed them both and they worked well together.

All I had to do is modifying <div id="container"> with <div class="container" id="container">

查看更多
forever°为你锁心
4楼-- · 2019-03-08 21:16

Why bother integrating multiple solution to create one and get into the overload of integration, learning and implementation. Most of the times its much wiser to choose one product that looks close to sufficing you requirements and use it for complete implementation. For example have a look at Twitter's Bootstrap http://twitter.github.com/bootstrap/index.html and you might not need a grid system.

查看更多
Lonely孤独者°
5楼-- · 2019-03-08 21:25

Google for Zurb's Foundation CSS platform: http://foundation.zurb.com/

Has the best of both worlds. Mobile-ready, grids, html5 reset and uses latest scripts and whistles.

查看更多
Ridiculous、
6楼-- · 2019-03-08 21:26

A bit late replying here, but you could look at BlueTrip which is Blueprint on steroids

查看更多
登录 后发表回答