11
I wanted to style a hr
to support an image in the middle.
Type:
------ image ------
I thought of making the image already with line ready in Photoshop, but this makes it difficult to be responsive.
It is possible to style the hr
to display 100% width, with the image in the center?
instead of adding an image after hr, you can add a style:
hr:after { content: url('/imagens/imagem.png'); ... }
– Tobias Mesquita
May also.
– Diego Souza