Browse Source

footer arreglado

tati 12 years ago
parent
commit
5840750be9
1 changed files with 13 additions and 3 deletions
  1. 13 3
      css/especificos.css

+ 13 - 3
css/especificos.css

@@ -118,7 +118,17 @@ html, body
 @media(max-width:800px){
     #navbar #navlist{ display:none; }
 
-
+	#footer-outer
+{
+    background-color: #475A68;
+    font-family: 'Open Sans';
+    font-size: 26px;
+    color: #BCC9CC;
+    width: 100%;
+    height: 300px!important;
+    
+    
+}
     #navbar{
         display: table;
         width: 70% !important;
@@ -162,7 +172,7 @@ html, body
     position: fixed;
     top: 0px;
     box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
-    border-bottom: 2px solid ;
+    border-bottom: 1px solid ;
     padding-top: 10px;
     height: 65px;
 }
@@ -477,7 +487,7 @@ h2
     margin: 50px auto;
     text-align: center;
     display:table;
-    border: 0.5px solid;
+    border: 1px solid;
 }
 h3
 {