Jump to content

problème pour changer le fond de mon site


Recommended Posts

bonjour , il y a quelque jour, je suis venu ici pour vous demander comment ont fait pour changer la couleur de mon site et comment mettre une image de fond
voici la réponse que j'ai eux de votre par:
dans le fichier global.css faire le changement suivant:
AVANT
body {
background-color: white;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #5d717e;
text-align:center;
}



APRES
body {
background: #C0BFA9 url('../img/fond.jpg') fixed no-repeat top center;
font-size: 8x;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #5d717e;
text-align:center;
}

le problème maintenant c'est que les écritures ont zoomé alor que j'ai juste fait c'est modifs
comment je dois faire pour remettre les texte la dimantion d'avant?

Link to comment
Share on other sites

Bonjour,

Un petit passage sur le site du zéro ne vous fera pas de mal, bien au contraire...

Pour votre background essayez ceci :

remplacez la ligne 16 de votre global css par :

body {
background-color:#E7C9F6;
color:#F5C2F7;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:11px;
text-align:center;
}



et la ligne 183

#page {
background-color:#FFFFFF;
margin:0 auto 2px;
text-align:left;
width:980px;
}



V++

Atch

Link to comment
Share on other sites

ok merci j'ai réussi à mettre le fond mauve et le centre blanc.

maintenant, j' ai un souci sur la taille des textes, les textes sont trop gros.
ou es que je dois modifier pour diminuer la taille . merci

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...