Basic
Use .separator
class to place a separator with border color and add vertical space with margin spacing classes as shown below:
Some text goes here
Other text goes here
<div class="separator my-10"></div>
Centered Content
Add .separator-content
along with any other separator classes and include any text/icon within the separator wrapper:
Separator
Long separator title label
<!--begin::Example-->
<div class="separator separator-content my-15">Separator</div>
<!--end::Example-->
<!--begin::Example-->
<div class="separator separator-content border-dark my-15"><span class="w-250px fw-bold">Long separator title label</span></div>
<!--end::Example-->