CHANGER SON FOND DE PAGE SUR SON BLOG :
Sur blogspot :
donc dans la partie htlm ou je modifie pour mettre une image voila ce que j'ai mis
body {
background-image: url("https://i.servimg.com/u/f62/11/02/13/35/essai10.jpg"); (c'est le lien de l'hébergeur d'images)
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
pour over blog :
body {
background:#ffffff;
margin:0;
color:#000000;
font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}