Probleme sur mon blog...
corentin.93
Messages postés
1737
Date d'inscription
Statut
Membre
Dernière intervention
-
Pilow Messages postés 400 Date d'inscription Statut Membre Dernière intervention -
Pilow Messages postés 400 Date d'inscription Statut Membre Dernière intervention -
Bonjour à tous!
J'aimerai faire ceci sur mon blog : https://hostimages.eu/images/dmo.jpg
En fait, ce que je n'arrive pas a faire, c'est de mettre le fond 'gris' en plus du fond bleu... si vous avez une idée... merci!
PS : voici le code actuel :
body {
background:$bgcolor;
background-image:url(https://hostimages.eu/images/f61.jpg);
background-repeat:repeat-y;
background-position:50.0% 5.5%;
background-attachment: scroll;
margin:0; color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
Merci!
Corentin.
J'aimerai faire ceci sur mon blog : https://hostimages.eu/images/dmo.jpg
En fait, ce que je n'arrive pas a faire, c'est de mettre le fond 'gris' en plus du fond bleu... si vous avez une idée... merci!
PS : voici le code actuel :
body {
background:$bgcolor;
background-image:url(https://hostimages.eu/images/f61.jpg);
background-repeat:repeat-y;
background-position:50.0% 5.5%;
background-attachment: scroll;
margin:0; color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}
Merci!
Corentin.
A voir également:
- Probleme sur mon blog...
- Creer un blog - Guide
- Blog amateur x - Forum blog
- Morandini blog - Forum Vos droits sur internet
- Retrouver un blog supprimé pix ✓ - Forum blog
- Copmment consulter un blog - Forum blog
1 réponse
Bonjour
Utilise une div différente
Exemple ca :
Ton body met le fond de ton site d'une couleur et tu crée un div "container" avec une couleur différente
Et une height et width correspondant à la taille que tu soite obtenir
Utilise une div différente
body{ background-color:#535A53; } #container{ width:950px; height:100%; margin-top:5%; margin-bottom:5%; margin-left:5%; margin-right:5%; }
Exemple ca :
Ton body met le fond de ton site d'une couleur et tu crée un div "container" avec une couleur différente
Et une height et width correspondant à la taille que tu soite obtenir