Quotation Box

Quotation box is an alternative design to show a quotation.

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.)" >}}

{{< quote-3-item
author-company-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
author-company-link="Any valid http link"
author-company-name="Any text"
author-designation-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
author-designation-name="Any text"
author-details-background-color="any background or gradient"
author-image="Any valid image link"
author-image-border-radius="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."
author-image-size="Any valid number with unit like 10px, 10rem or 50%"
author-link="Any valid http link"
author-name="Any text"
author-name-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
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."
is-open-in-new="true|false"
is-stretch-evenly="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."
quote-image="Any valid image link"
quote-image-size="Any valid number with unit like 10px, 10rem or 50%"
quote-text-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"
quote-text-line-height="Any valid number with unit like 10px, 10rem or 50%"
quote-text-size="Any valid number with unit like 10px, 10rem or 50%"
width="Any valid number with unit like 10px, 100vw, 10rem or 50%" >}}

The actual message goes here

{{< /quote-3-item >}}

{{< /main-container >}}

Success is a lousy teacher. It seduces smart people into thinking they can’t lose.