Tema: Header y nav
Ver Mensaje Individual
  #7 (permalink)  
Antiguo 14/03/2016, 09:51
ilu7ionHD
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Header y nav

Me rindo, no anda jaja.
Código CSS:
Ver original
  1. body  
  2.     {
  3.         margin: 0px;
  4.         padding: 0px;
  5.         background: #eee;
  6.         font-family: 'Varela', sans-serif;
  7.         font-size: 12pt;
  8.         font-weight: 500;
  9.         color: #000;
  10.     }
  11. .logo
  12. {
  13.    position: relative;
  14.    float: left;
  15. }
  16. .img_logo
  17. {
  18.     height: 17%;
  19.     width: 17%;
  20. }
  21.  
  22.  
  23.  
  24. .menu
  25.     {
  26.         background: #333333;      
  27.         position: relative;
  28.         padding: 2em 0em;
  29.         width: 100%;
  30.         height: 9%;
  31.         float: right;
  32.         margin-top: -200px;
  33.        
  34.     }