<html>
<head>
<title>Imagen de Fondo fijo y centrado</title>
<style type="text/css">
body {
background-image: url(ruta/imagen.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
}
</style>
</head>
<body>
<p>La imagen de fondo no se mueve con la pagina</p>
<p>CSS +Fondo de imagen fijo</p>
<p>La imagen no se mueve</p>
<p> </p>
<p> </p>
<p> </p>
<p>La imagen de fondo no se mueve con la pagina</p>
<p>CSS +Fondo de imagen fijo</p>
<p>La imagen no se mueve</p>
<p> </p>
<p> </p>
<p> </p>
<p>La imagen de fondo no se mueve con la pagina</p>
<p>CSS +Fondo de imagen fijo</p>
<p>La imagen no se mueve</p>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>
Gracias por la info, me sirvió para mis proyectos
ResponderEliminarEste video me sirvio mucho para centrar el logo, tambien en el mismo canal hay uno para centrar el top menu por si les interesa.
ResponderEliminarhttps://youtu.be/oYI_eJ2U2Kk