Card with background, heading, sub-heading and buttons

Add as many cards as you like. Each card is rectangular with a background color, an image, heading, sub-heading and text option along with 4 buttons.

Show Full Syntax...

Syntax

{{< main-container
align-vertical="Use top, center or bottom to align vertically"
background-color="any background or gradient"
border-radius="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
box-shadow="Add shadow effects (offset-x | offset-y | blur-radius | spread-radius | color). Ex. 2px 2px 2px 1px rgba(0, 0, 0, 0.2)"
id="ID of any content in your website"
is-full-width="true|false"
is-wrap="true|false"
item-gap="Any value in px or %"
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-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)" >}}

{{< card-with-heading-subheading-button-item
background-color="any background or gradient"
border-radius="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
button-background-color="any background or gradient"
button-font-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
button-link-1="Any valid http link"
button-link-2="Any valid http link"
button-link-3="Any valid http link"
button-link-4="Any valid http link"
button-text-1="Any text"
button-text-2="Any text"
button-text-3="Any text"
button-text-4="Any text"
card-width="Any valid number with unit like 10px, 100vw, 10rem or 50%"
heading="Any text"
heading-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
heading-link="Any valid http link"
image="Any valid image link"
is-open-in-new="true|false"
is-stretch-evenly="true|false"
sub-heading="Any text"
sub-heading-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)" >}}

The actual message goes here

{{< /card-with-heading-subheading-button-item >}}

{{< /main-container >}}