I want my text to be bordered as follows:
Top: black
Side: Gray
Here is an example of how you would like it to be:
FollowthepictureasfarasIcan.HowdoImakethetopborderbecomeblackandincreasethedistancesfromthesidesofthetext?Here'stheHTMLandCSSI'musing.
.explicacao_produto{border:1pxsolid#C0C0C0;margin-left:10px;}<h:panelGrouplayout="block" styleClass="explicacao_produto">
<h2>Bermuda Lacoste</h2>
<p>texto</p>
<h4 class="dimensao">Dimensões</h4>
<p>- Altura: 9,5cm</p>
<p>- Diâmetro: 8cm</p>
<p>- Capacidade: 300ml</p>
</h:panelGroup>