Como centrar y poner estático en fondo en HTML

Es simple y sencillo, tenemos que dirigirnos al head y poner o modificar la parte del body.

body {
background-attachment: fixed;
background-color: #FFFFFF;
background-image: url(imagenes/seguro/fondo_pagina3.png);
background-repeat: no-repeat;
background-position: center;
}


Donde :
fixed: sirve para poner estático el fondo
center: centrar la imagen

2 comentarios:

Litxs dijo...

me podrías decir por favor ¿que significa estático?

Litxs dijo...

Por favor me podrías decir ¿Que significa estático?