Containers
Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose one of two containers to use in your projects. Note that, due topadding and more, neither container is nestable.Use
.container for a responsive fixed width container.
Copy
<div class="container">
  ...
</div>.container-fluid for a full width container, spanning the entire width of your viewport.
Copy
<div class="container-fluid">
  ...
</div>http://getbootstrap.com/css/***************************************************************************************http://www.tutosytips.com/4-complementando-el-grid-de-bootstrap-3/ 
No hay comentarios:
Publicar un comentario