3
Is there a style of its own in CSS or HTML tag where I get the effect as shown in the image below?
Would be a aside
with a border of 1px
and the word "Realization" centered on the upper edge, but that the border below the text does not appear, as shown in the image.
Is there anything in CSS or HTML that does this automatically?
Code I have:
/* estilos apenas como exemplo,
para mostrar o fundo preto e o texto centralizado*/
body{
background: #000;
color: #fff;
text-align: center;
}
<aside class="realiza">
<p>Realização:</p>
Qualquer texto aqui
</aside>
If you don’t know, who will know? : )
– user60252
this > http://jsfiddle.net/daRch/ is a start!!
– user60252
You won’t be looking for the label
<fieldset>
?– Isac
I almost got there, only missing a rubber on the side edges that are passing up the top horizontal edge. http://jsfiddle.net/s0b5auqs/
– user60252
You put aside, it messed up
– user60252
how I’m gonna wipe those edges up?
– user60252
hard will be background #000
– user60252
@Leocaracciolo Whatever.
– Sam
In response kkk
– user60252