Separator

A fancy separator that can be used to demarcate two sections

Show Full Syntax...

Syntax

{{< separator
align-horizontal="Use left, center or right to align horizontally"
align-vertical="Use top, center or bottom to align vertically"
background-color="any background or gradient"
circle-height="Any valid number with unit like 10px, 100vh, 10rem or 50%"
circle-width="Any valid number with unit like 10px, 100vw, 10rem or 50%"
color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
container-height="Any valid number with unit like 10px or 100vh"
image="Any valid image link"
is-circle="true|false"
is-full-width="true|false"
margin="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
separator-height="Any valid number with unit like 10px, 100vh, 10rem or 50%"
separator-width="Any valid number with unit like 10px, 100vw, 10rem or 50%" >}}

The actual message goes here

{{< /separator >}}

Default Sample

Other Sample