From 312bdb541d16e0c1cd33ccbe66a1cd055022d0df Mon Sep 17 00:00:00 2001 From: Jay Kanakiya Date: Wed, 28 Aug 2013 19:11:31 +0530 Subject: [PATCH] Updated READme --- README.md | 20 ++++++++++++++++++-- css/grid.css | 3 ++- index.html | 23 ++++++++++------------- js/app.js | 2 +- 4 files changed, 31 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index cab00d4..926ac0f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,22 @@ -

BootStrap Grid Builder

+

BootStrap 3 Grid Builder

DEMO

-A grid builder for Bootstrap 3. +A quick layout generator for Bootstrap 3. + +The Bootstrap 3 Grid System enables to quickly create responsive layouts . +I have created this to quickly test layouts on all types of devices fast. +You can increase widths and offsets and add rows / cols . +The main advantage is to test that layout on all screen sizes . + + Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0 @@ -10,7 +24,9 @@ http://www.apache.org/licenses/LICENSE-2.0 TO BE DONE :- \ No newline at end of file diff --git a/css/grid.css b/css/grid.css index aee36bf..964d113 100644 --- a/css/grid.css +++ b/css/grid.css @@ -32,9 +32,10 @@ h4 { position: absolute; top: 30%; left: 1%; - background-color: lightgray; + background-color: #E0E0E0; padding: 2%; z-index: 5; + border :1px dashed darkgray; } #toolbar .btn-toolbar { diff --git a/index.html b/index.html index 894d45c..a9daaac 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - Bootstrap Grid Builder + Bootstrap 3 Grid Builder @@ -79,18 +79,6 @@ -
-
-
    -
  • Please refer Bootstrap 3 Grid System
  • -
  • Following optimizations are made automatically
  • -
      -
    • If the larger size has the same width or offset as the prev ones , delete the larger ones
    • -
    • i.e. if xs has got the same col size as sm , then class for sm is automatically divided
    • -
    -
-
-
+