Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5 Boilerplate with blueprint css

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?

like image 700
user75898 Avatar asked Dec 10 '10 10:12

user75898


3 Answers

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

  • Less Framework
  • Tiny Fluid Grid
  • 960.gs
  • Blueprint
like image 22
Jorge Pedret Avatar answered Oct 20 '22 19:10

Jorge Pedret


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">

like image 143
Shikiryu Avatar answered Oct 20 '22 19:10

Shikiryu


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

like image 1
iagdotme Avatar answered Oct 20 '22 19:10

iagdotme