Wednesday, 2 October 2013

how to add ZURB CSS Grid Builder to Foundation 4

how to add ZURB CSS Grid Builder to Foundation 4

I've downloaded the latest version of Foundation 4.3.2 CSS version and I
try to add/display the Grid using ZURB CSS Grid Builder (available at
http://zurb.com/playground/css-grid-builder).
I want the grid to be displayed over the actual layout - something like !
http://i.stack.imgur.com/0hu4K.png
I've created a file called grid.css in css folder and add the content of
ZURB CSS Grid Builder.
I've added the css in the index.html file in :
<link rel="stylesheet" href="css/grid.css" />
but the grid is not displayed (actually the layout is broken).
How can I add ZURB Grid to Foundation 4 ?

No comments:

Post a Comment