
kanikase
Préstamo
Ómicron
Programador
Verificación en dos pasos activada
Verificado por Whatsapp
¡Ha verificado su Paypal!
Hola, quisiera que me ayudaran, como puedo poner la imagen de mi pagina en background con un link, este es el css que utilizo:
#contenido { background:url('/wp-content/img/fondo-posts.png') no-repeat center center fixed;
width:800px;
margin: 0 auto;
}
.contenido-body {background:transparent;
width:728px;
margin: 0 auto;
}
.logo-page {background:url('/wp-content/img/logo-nuestra-pagina.png');
display: inline-block;
width:730px;
height:90px;
margin: 0 auto;
}
y este es el html
<div class='logo-page'></div>
#contenido { background:url('/wp-content/img/fondo-posts.png') no-repeat center center fixed;
width:800px;
margin: 0 auto;
}
.contenido-body {background:transparent;
width:728px;
margin: 0 auto;
}
.logo-page {background:url('/wp-content/img/logo-nuestra-pagina.png');
display: inline-block;
width:730px;
height:90px;
margin: 0 auto;
}
y este es el html
<div class='logo-page'></div>