Grid Sytem Bootstrap

1

I'm trying to use BootStrap's Grid System, but I can not. I have read these two questions: How does grid system work , Spacing with bootstrap columns . I followed exactly what was answered, but it still does not work. Render one down and down the other, not beside.

Should I really render like this ?? What am I doing wrong?

Follow the code: Js Fiddle - Grid System

    
asked by anonymous 18.03.2014 / 15:25

1 answer

1

Have you imported Bootstrap CSS files? (Not found in your example)

Twitter Bootstrap works with a CSS that contains a collection of classes and mixins to help with development.

If you still do not know how to use it, just import the bootstrap.min.css and bootstrap.min.js files into your HTML so that all components work perfectly. These are found for download at the tool's own site: getbootstrap.com

    
18.03.2014 / 15:29