Bootstrap grid won't work using xs columns
问题 I started a new project on Codepen and I'm using bootstrap.. It's been a while since I worked CSS. The grid sistem is not responding for me, I can't find the problem. I even copied a working older proyect and didn't work neither.. Here is the pen: http://codepen.io/Chantun/pen/NjgpaY Here's the html: <body> <div class="container-fluid"> <div class="row"> <div class="col-xs-offset-3 col-xs-6"> <h1>FFC Calculator</h1> </div> </div> </div> </body> Here's the CSS: body { position: relative;