1
Hello, I wanted to put a border the same way it is in the image. I don’t know what you call this type of border, so it’s hard to search.
<h1> Destaques </h1>
-------------------------------- Highlights --------------------------------
I know it’s possible to do this with css, because I’ve used several bootstrap themes that use this with css. But I want to know how to do it manually.
In this case I realized that you cannot overwrite an image, because if you have a background-image you would have the letter scratched at the bottom.
And if you took the background color and put it in transparent it would look like this:
But it would have to stay that way:
Like this site here: http://adtrends.com.br/sobre.php
Opa Amigo I think what you’re looking for is a div to stay around that header makes the test, you can put that div and put the same background , taking out the edges and positioned it above the line, and if you are going to use this title as link link is up the contact area.
– mtperes
the example site uses the
::before
and::after
, using the Chrome and Firefox element inspector (direct button > inspect element) can help– Pedro Sanção