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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user