Features
Help Center
Open Builder
Features
Help Center
Open Builder
Separator
Divide your content.
Separator Properties
Color
: Set the color of the separator. (Default: Grey)
Size:
Define the size of the separator. (Default: 1px)
Style:
Choose between different separator styles, like dotted, solid, dashed and more.
Everything else may be configured with the common general properties.
See it in action
Generated HTML (Outline)
<div class="mame-element mame-separator" style="...">
<hr style="...">
</div>
Style / CSS Selectors
.mame-separator {
/* All separator elements */
}
.mame-separator hr
{
/* The separator itself */
}
JavaScript
Separators are implemented in plain HTML 5 and CSS 3. They don't need any JavaScript to work properly.
Was this article helpful?
componentProperties.title
Yes, it answered my questions!
Not really
What is missing? How can we help you?
Home
Documentation
Elements Documentation
Separator Element Documentation