Web pattern library, style and technical reference
A paragraph with a class of 'message'. This class can be applied by web publishers using the WYSIWYG editor.
<p class="message">Lorem ipsum dolor sit amet…</p>
A paragraph with classes of both 'message' and 'message-info'. These classes can be applied by web publishers using the WYSIWYG editor.
<p class="message message-info">Lorem ipsum dolor sit amet…</p>
A paragraph with classes of both 'message' and 'message-success'. These classes can be applied by web publishers using the WYSIWYG editor.
<p class="message message-success">Lorem ipsum dolor sit amet…</p>
A paragraph with classes of both 'message' and 'message-alert'. These classes can be applied by web publishers using the WYSIWYG editor.
<p class="message message-alert">Lorem ipsum dolor sit amet…</p>
A paragraph with classes of both 'message' and 'message-fail'. These classes can be applied by web publishers using the WYSIWYG editor.
<p class="message message-fail">Lorem ipsum dolor sit amet…</p>