Bonsoir

j'ai ce css où je voudrais incruster un texte dans le border-top

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
div#ss_titre{
width:90%;
height:90%;
border:1px;
border-color:#F0D795;
border-style:solid;
margin-left:20px;
}
est ce possible?

merci