0
Hello I would like to write inside the border but I could not follow my code
.first-row-sites .img-responsive, .form-sites-container, .second-row-sites .img-responsive {
border-top: 50px solid #006400;
border-radius: 1px;
}
<div class="container">
<div class="row">
<div class="col-sm-4">
<div class="second-row-sites">
<a title="Clique para acessar" href="https://s3-us-west-2.amazonaws.com/s.cdpn.io/495197/0st9yhngses-benjamin-child.jpg"> <img class="img-responsive" src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/495197/0st9yhngses-benjamin-child.jpg" alt="Carta de Serviços da Saúde" /> </a>
</div>
</div>
</div>
</div>
Do you really want to write something there, or do you want to do or menu, or put a link or button whatever? Or just put any text?
– hugocsl
put some text
– Ludi
Put the element you want for example <p> in position Absolute and move it with left and top to adjust.
– Leandro Nascimento