What is the best way to combine a border with some text like so:
----------- sometext ------------
| |
| form |
| |
---------------------------------
As it's for a form
, you should use a fieldset
element.
fieldset {
text-align: center;
}
<form>
<fieldset>
<legend>Some text</legend>
<p>Stuff</p>
</fieldset>
</form>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With