sfondo

Centratura immagine di sfondo con i css

body { background: url(immagine.gif); background-repeat: no-repeat; background-position: Center; }   oppure body { background: url(../graph/sfondo.png) no-repeat center top; }

13 anni ago