Un ptit tutoriel très simple basé sur les thèmes de couleurs.
ouvrir le fichier style.css
Rechercher
Remplacer par
Il faut bien sur renommer votre nouvelle image en body.png
L'image restera fixe et elle sera centré.
ouvrir le fichier style.css
Rechercher
Code:
.body,html { background-color:#000000; background-image:url(images/body.png); background-repeat: repeat; margin: 0px}
Remplacer par
Code:
.body,html {margin:0;padding:0;background-attachment: fixed;text-align:center;background-position:top center;background-image:url(images/body.png);}
Il faut bien sur renommer votre nouvelle image en body.png
L'image restera fixe et elle sera centré.