Reduire la police css

Fermé
s_sniper Messages postés 210 Date d'inscription mercredi 11 février 2009 Statut Membre Dernière intervention 22 mars 2009 - 27 févr. 2009 à 14:17
bissdebrazza Messages postés 2065 Date d'inscription vendredi 29 juin 2007 Statut Contributeur Dernière intervention 7 décembre 2017 - 27 févr. 2009 à 14:29
Bonjour,

Voici mon css je voudrais réduire la police de mon site c'est ou qu'il faut modifier svp

/*
-----------------------------------
------ SCRIPT  -------
          -----------------------------------
*/

body { 
  font-family: Arial;
  scrollbar-arrow-color: red;
  background:url("images/fond.JPG");
  width:90%;
  margin:0 auto;
 
}
                   
}
body a{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
body a:hover{
	text-decoration: underline;
}
.erreur {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.reussite {
	font-size: 10px;
	font-weight: bold;
	color: #669900;
}
.donnee {
	font-weight: bold;
	color: #FF9900;
	font-size: 12px;
}
.titre {
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
}
.tableaux {
	font-size: 10px;
	border: 1px dotted #000000;
	background-color: #eeeeee;
}

.bouton{ 
background:url(images/rechercher.jpg); 
} 

.principal { 
width = 90%; 
height = 90% ; 
} 


Merci pour vos future réponse ^^

1 réponse

bissdebrazza Messages postés 2065 Date d'inscription vendredi 29 juin 2007 Statut Contributeur Dernière intervention 7 décembre 2017 712
27 févr. 2009 à 14:29
Salut!
la taille de la police est spécifiée par
font-size

Donc une petite manipulation et la taille change!
1