Button
A simple button control that points to a link and has a few predefined styles.
BakeMyWeb supports various kinds of buttons and every kind is customisable. If you provide a link that starts with http, it assumes that the link is external, and hence opens the link in a new tab.
Syntax
{{< buttonbackground-color="any background or gradient"background-hover-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"border-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"border-hover-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"border-width="Any valid number with unit like 10px or 10rem"button-style="default|success|warning|error"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-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"text-hover-color="Any valid color in rgba, hex, hsla, hwba (note: every format allows setting alpha/opacity.)"tooltip-text="Any text" >}}
The actual message goes here
{{< /button >}}