diff --git a/README b/README index 4a4ddcd..4093200 100644 --- a/README +++ b/README @@ -1 +1,13 @@ For Blue Green BIM in Taiwan + +# Purpose +1. Collect the data of green roofs +2. Visualize the data to make good use of them + + +# Using +1. Bootstrap +2. JQuery + +Made by Taiwan Blue Green BIM Team. +Kyra & GGJason \ No newline at end of file diff --git a/css/index.css b/css/index.css index aec0acf..8b7cab1 100644 --- a/css/index.css +++ b/css/index.css @@ -26,9 +26,23 @@ text-align: center; } body { - padding-top: 50px; + padding-top: 50px; + width: 100%; } .starter-template { - padding: 40px 15px; - text-align: center; + padding: 40px 15px; + text-align: center; } +footer{ + position: absolute; + text-align: center; + width: 100%; + bottom: 0; +} +#container{ + min-height: 100%; + position: relative; +} +.navbar{ + width: 100%; +} \ No newline at end of file diff --git a/index.html b/index.html index 6336429..bc3645a 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ BGBIM - Green Roof Data Station - + @@ -11,7 +11,7 @@ -