Salut a tous je suis debutant en HTML.
Je veux faire un feuille de style avec une bordure bleu, j'ecris donc sa:
<Style name="style1">
h3{width:70%;background-color: gold;color: black;height: 100%;
border-color:#000ff;border-top-width: medium; border-right-width: medium;
border-left-width: medium; border-bottom-width:medium; }
</style>
Or tout s'affiche sauf la bordure
Voila merci d'avance
a+
Partager