Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
start [2018/05/18 17:56] pedrostart [2018/05/18 17:57] pedro
Line 13: Line 13:
         color: #fff;         color: #fff;
     }     }
 +  #about { 
 +      background: url(../images/fondo_gris.png) 50% 0 fixed; 
 +      height: auto;
 +      margin: 0 auto; 
 +        width: 100%; 
 +        position: relative; 
 +        box-shadow: 0 0 50px rgba(0,0,0,0.8);
 +        padding: 20px 0;
 +        color: #fff;
 +        margin-bottom:-40px;
 +    }
 +
      
 </style> </style>