Heading with more granular customization options

A typical heading is left aligned. You can use this heading to set alignments, custom color, custom padding, margin, and more.

Show Full Syntax...

Syntax

{{< heading
background-color="any background or gradient"
heading-line-height="Any valid number with unit like 10px, 10rem or 50%"
heading-size="Any valid number with unit like 10px, 10rem or 50%"
is-full-width="true|false"
is-open-in-new="true|false"
link="Any valid http link"
margin="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
padding="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
text-align-horizontal="Use left, right, center or justify to align text horizontally"
text-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)" >}}

The actual message goes here

{{< /heading >}}