Alert Shortcodes

[alert label=”Well Done!” type=”success” class=”” dismissable=””]
You successfully read this important alert message.
[/alert]

[alert label=”Heads Up!” type=”info” class=”” dismissable=””]
This alert needs your attention, but it’s not super important.
[/alert]

[alert label=”Warning!” type=”warning” class=”” dismissable=””]
Best check yo self, you’re not looking too good.
[/alert]

[alert label=”Oh snap!” type=”danger” class=”” dismissable=””]
hange a few things up and try submitting again.
[/alert]

[alert label=”Dismissable!” type=”info” class=”” dismissable=”true”]
A Dismissable alert box with close button.
[/alert]