Breadcrumb
Breadcrumb is a navigation feature for your viewers. It helps reduce the number of actions a website visitor needs to take in order to get to a higher-level page, and it improves the findability of website sections and pages.
Syntax
{{< breadcrumb-containerbackground-color="any background or gradient"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."padding="Top, right, bottom, left property in px or %. Ex. 15px, 0, 15px, 0 would imply 15px top, 0px right, and so on."text-line-height="Any valid number with unit like 10px, 10rem or 50%"text-size="Any valid number with unit like 10px, 10rem or 50%" >}}
{{< breadcrumb-itemis-open-in-new="true|false"is-stretch-evenly="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."text="Any text"text-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"text-color-hover="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)" >}}
The actual message goes here
{{< /breadcrumb-item >}}
{{< /breadcrumb-container >}}