ciao a tutti!!
vorrei modificare un background css di un template....praticamente il codice è questo:
Codice PHP:
body
{
margin: 0 auto;
padding: 0;
background-color: #282E2F;
background-image: url('../images/Page-BgTexture.jpg');
background-repeat: repeat;
background-attachment: fixed;
background-position: top left;
}
.Main
{
position: relative;
width: 100%;
left: 0;
top: 0;
}
praticamente con questo codice il background da l'estensione da sinistra verso destra...mentre io vorrei che l'immagine sia centrato ed a full screen anche in base alle dimensioni dello schermo.....
cosa dovrei modificare????
aiutatemi vi prego!!!!!