|
|
publié par Annak dans
|
.publishedBy représente "publié par"
.topic représente "publié dansé
Vous allez dans le CSS, dans le bloc consacré aux articles, vous complétez la ligne
POUR CHANGER LA TAILLE
.publishedBy {font-size: 20px;
}
.topic {font-size: 20px; }
POUR LE SOULIGNER
.publishedBy {text-decoration:underline ;}
.topic {text-decoration:underline ;}
POUR CHANGER SA COULEUR
.publishedBy { color:#330033; }
.topic { color:#330033; }
POUR LE METTRE EN ITALIQUE
.publishedBy {font-style: italic; }
.topic {font-style: italic; }
POUR LE METTRE EN GRAS
.publishedBy {font-weight:bold; }
.topic {font-weight:bold; }
POUR CHANGER LA POLICE
.publishedBy {font-family: Comic Sans MS;}
.topic {font-family: Comic Sans MS;}
Commentaires