Problème avec feuille de style

Résolu
individuelle08 Messages postés 6 Date d'inscription   Statut Membre Dernière intervention   -  
individuelle08 Messages postés 6 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

Voilà mon problème: je n'arrive pas à changer la taille de la police de mon texte.
Voici le code :<style type="text/css">
table table {margin-top:250px;}
div table table, table table table {margin-top:-0;}
.banner {width:250px; height:100px; position: absolute; top:195px;
left:50%; margin-left:-420px; text-align: center;}
</style>
<div class="banner">
<font-weight:normal; font-size:18px; ">Individu[Elle]
</div>

Je suis complètement débutante, auriez-vous la solution?

Merci à tous
A voir également:

1 réponse

Euhhh
 
<style type="text/css">
table table {margin-top:250px;}
div table table, table table table {margin-top:-0;}
.banner {width:250px; height:100px; position: absolute; top:195px;
left:50%; margin-left:-420px; text-align: center;}
</style>
<div class="banner">
<font weight=500, size=18>Individu[Elle]
</div>
0
individuelle08 Messages postés 6 Date d'inscription   Statut Membre Dernière intervention   2
 
Merci beaucoup!
Vous êtes vraiment forts vous les développeurs!

Admirative!
-1