Skip to content

m-button

Adds a button.

Attributes

AttributeDefault ValueDescription
boldBold text
color#000000Text color
bgcolorButton background color
backgroundBackground image
border-radius0Corner radius
border-colorBorder color
hrefIf set, turns the text into a hyperlink
height58pxButton height in px
width100%Button width in px or %
font-familyVerdana, Arial, Helvetica, sans-serifFont family
font-size14pxFont size in px or pt

Example

html
<m-button href="https://pixcraft.io" height="40" width="250" bgcolor="#7C1BB7">Button</m-button>