Card that has 5 items with title

Show details...

Syntax

{{< card-5-items-with-title
heading-1="Any text"
heading-2="Any text"
heading-3="Any text"
heading-4="Any text"
heading-5="Any text"
heading-text-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
image-1="Any valid image link"
image-2="Any valid image link"
image-3="Any valid image link"
image-4="Any valid image link"
image-5="Any valid image link"
is-full-width="true|false"
is-open-in-new="true|false"
is-stretch-evenly="true|false"
link-1="Any valid http link"
link-2="Any valid http link"
link-3="Any valid http link"
link-4="Any valid http link"
link-5="Any valid http link"
margin="Top, right, bottom, left property in px,em,rem or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
padding="Top, right, bottom, left property in px,em,rem or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
text-align-horizontal="Use left, center or right to align horizontally" >}}

Samples