Ya no necesitas investigar más por todo internet porque estás al lugar perfecto, tenemos la respuesta que buscas y sin problema.
Ejemplo 1: cómo hacer una imagen de fondo fija en css
body
background-image: url("img_tree.gif");
background-repeat: no-repeat;
background-attachment: fixed;
Ejemplo 2: html static antecedentes
body
background-image: url("img_tree.gif");
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
Ejemplo 3: posición de fondo en html
background-position: right top;
Comentarios y puntuaciones del artículo
Más adelante puedes encontrar las críticas de otros sys admins, tú igualmente tienes la libertad de insertar el tuyo si te gusta.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)