From 28bcf047c80c933d5003695638bc63059545c0f6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Aug 2015 23:07:50 -0700 Subject: container illustrations --- docs/layout/overview.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/layout') diff --git a/docs/layout/overview.md b/docs/layout/overview.md index f00f22149..7ac3750b5 100644 --- a/docs/layout/overview.md +++ b/docs/layout/overview.md @@ -12,6 +12,14 @@ Containers are the most basic layout element in Bootstrap and are **required whe While containers *can* be nested, most layouts do not require a nested container. +
+
+
+
+
+
+
+ {% highlight html %}
@@ -20,6 +28,14 @@ While containers *can* be nested, most layouts do not require a nested container Use `.container-fluid` for a full width container, spanning the entire width of the viewport. +
+
+
+
+
+
+
+ {% highlight html %}
... -- cgit v1.2.3