Ver código fonte

arreglo estilos para sections y agrego footer

tati 9 anos atrás
pai
commit
85a404dd37
2 arquivos alterados com 14 adições e 3 exclusões
  1. 8 3
      client/css/styles.css
  2. 6 0
      client/index.html

+ 8 - 3
client/css/styles.css

@@ -40,12 +40,15 @@ body {
     margin-top: 10%;
     margin-top: 10%;
 }
 }
 
 
+.section {
+    margin: 30px 0px;
+}
 .section > .container {
 .section > .container {
+    padding-top: 30px;
     text-align: justify;
     text-align: justify;
 }
 }
 
 
 .section > .container h4 {
 .section > .container h4 {
-    margin-top: 30px;
     text-transform: uppercase;
     text-transform: uppercase;
     font-size: 30px;
     font-size: 30px;
     font-family: ralewayMedium;
     font-family: ralewayMedium;
@@ -77,9 +80,11 @@ body {
     margin-left: 3px;
     margin-left: 3px;
 }
 }
 
 
-.find-us {
-    margin-bottom: 500px;
+.footer {
+    padding-top: 30px;
+    background-color: #333;
 }
 }
+
 #map {
 #map {
     width: 100%;
     width: 100%;
     height: 400px;
     height: 400px;

+ 6 - 0
client/index.html

@@ -124,6 +124,12 @@
         </div>
         </div>
     </div>
     </div>
 
 
+    <div class="footer section inverted">
+        <div class="container">
+            footer
+        </div>
+    </div>
+
     <script>
     <script>
         mapboxgl.accessToken = 'pk.eyJ1IjoidGluYW1hIiwiYSI6ImNpbWV2dDJudjAxM2Z0c2traGthOTJyZjYifQ.s_lP9rp2Iro7Urb4IZAzTQ';
         mapboxgl.accessToken = 'pk.eyJ1IjoidGluYW1hIiwiYSI6ImNpbWV2dDJudjAxM2Z0c2traGthOTJyZjYifQ.s_lP9rp2Iro7Urb4IZAzTQ';
         var map = new mapboxgl.Map({
         var map = new mapboxgl.Map({