2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

new headers, ad placements, intro paragraphs on several pages, etc

This commit is contained in:
Mark Otto
2015-01-19 20:03:08 -08:00
parent ff1d10affb
commit 33e32bffc8
16 changed files with 67 additions and 88 deletions
+2 -4
View File
@@ -3,11 +3,9 @@ layout: page
title: Containers
---
Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose from one of two containers—fixed width or fluid width—to use in your projects.
Bootstrap requires a containing element to wrap site contents and house our grid system. Choose from the fixed or fluid width variation.
Containers *can* be nested, but be aware that most layouts don't require it.
Use `.container` for a responsive fixed width container. This will center content withing the viewport and apply the appropriate `width` for a given device size.
Use `.container` for a responsive fixed width container. This will center content withing the viewport and apply the appropriate `width` for a given device size. **Containers *can* be nested, but be aware that most layouts don't require it.**
{% highlight html %}
<div class="container">