Cannot use Grid layout and some bootstrap elements

I don’t know whether I have to include something to use bootstrap elements such as grid layout

Hey @gallegi ! You may have already done this, but try including
rel=“stylesheet” href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"
at the top of your HTML. The above code should be within the self-closing ‘link’ element (for some reason it doesn’t show up when I type it here, I think it has something to do with the way this text editor interpretes HTML-style tags). Hope that helps! :slight_smile:

I tried but it did not work for me. But thanks a lot

http://getbootstrap.com/getting-started/#template

Oh sorry, it worked. Thanks a lot

1 Like